Shades of Lavender Blue #D9CEFF
Tints of Lavender Blue #D9CEFF
RGB
CMYK
RGB Variations
Color information
#D9CEFF (or 0xD9CEFF) is known color: Lavender Blue. HEX triplet: D9, CE and FF. RGB value is (217,206,255). Sum of RGB (Red+Green+Blue) = 217+206+255=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 206 (80.86% from 255 or 30.38% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEFF is #263100. Grayscale: #D6D6D6. Windows color (decimal): -2502913 or 16764633. OLE color: 16764633.
HSL color Cylindrical-coordinate representation of color #D9CEFF: hue angle of 253.47º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CEFF is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 206 | 255 | - |
| CMYK | 0.15 | 0.19 | 0 | 0 |
| HSL | 253.47º | 1% | 0.9% | - |
| HSV(B) | 253.47º | 0.19% | 1% | - |
| XYZ | 68.74 | 66.11 | 103.75 | - |
| YUV | 214.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 255 | 0.15 | 0.19 | 0 | 0 | 253.47 | 1 | 0.9 |
| Hex | D9 | CE | FF | F | 13 | 0 | 0 | FD | 64 | 5A |
| Octal | 331 | 316 | 377 | 17 | 23 | 0 | 0 | 375 | 144 | 132 |
| Binary | 11011001 | 11001110 | 11111111 | 1111 | 10011 | 0 | 0 | 11111101 | 1100100 | 1011010 |
Color Harmonies of #D9CEFF
Complementary color
Monochromatic Colors of #D9CEFF
Black with #D9CEFF
Text Example
Text Example
White with #D9CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEFF; }
p { color: rgb(217,206,255); }
H1.HeaderClassName
{
color: #D9CEFF;
}
.AnyTagClassName
{
color: #D9CEFF;
}
</style>
background-color css
<style>
a { background-color: #D9CEFF; }
a { background-color: rgb(217,206,255); }
div.DivClassName
{
background-color: #D9CEFF;
}
.BgClassName
{
background-color: #D9CEFF;
}
</style>
border-color css
<style>
span { border-color: #D9CEFF; }
span { border-color: rgb(217,206,255); }
td.TdClassName
{
border-color: #D9CEFF;
}
.TagClassName
{
border-color: #D9CEFF;
}
</style>