RGB
211, 211, 255
HSL
240°, 100%, 91%
CMYK
17, 17, 0, 0
HSV
240°, 17%, 100%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #D3D3FF |
color: #D3D3FF;
|
| RGB | 211, 211, 255 |
color: rgb(211, 211, 255);
|
| RGB Percentage | 83%, 83%, 100% |
color: rgb(83%, 83%, 100%);
|
| CMYK | 17%, 17%, 0%, 0% | Not supported in CSS |
| HSL | 240°, 100%, 91% |
color: hsl(240, 100%, 91%);
|
| HSV | 240°, 17%, 100% | Not supported in CSS |
| CIE-LAB | 73, 0, -15 |
color: lab(73% 0 -15);
|
| Decimal | 13882367 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.lavender {
color: #D3D3FF;
}
SCSS
$lavender: #D3D3FF;
RGB
rgb(211, 211, 255)
Accessibility & Contrast
White background
1.45:1
1.45
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
14.53:1
14.53
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element