Shades of Lavender Blue #D9CEFD
Tints of Lavender Blue #D9CEFD
RGB
CMYK
RGB Variations
Color information
#D9CEFD (or 0xD9CEFD) is known color: Lavender Blue. HEX triplet: D9, CE and FD. RGB value is (217,206,253). Sum of RGB (Red+Green+Blue) = 217+206+253=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEFD is #263102. Grayscale: #D6D6D6. Windows color (decimal): -2502915 or 16633561. OLE color: 16633561.
HSL color Cylindrical-coordinate representation of color #D9CEFD: hue angle of 254.04º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CEFD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 206 | 253 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.01 |
| HSL | 254.04º | 0.92% | 0.9% | - |
| HSV(B) | 254.04º | 0.19% | 0.99% | - |
| XYZ | 68.42 | 65.99 | 102.06 | - |
| YUV | 214.65 | 149.64 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 253 | 0.14 | 0.19 | 0 | 0.01 | 254.04 | 0.92 | 0.9 |
| Hex | D9 | CE | FD | E | 13 | 0 | 1 | FE | 5C | 5A |
| Octal | 331 | 316 | 375 | 16 | 23 | 0 | 1 | 376 | 134 | 132 |
| Binary | 11011001 | 11001110 | 11111101 | 1110 | 10011 | 0 | 1 | 11111110 | 1011100 | 1011010 |
Color Harmonies of #D9CEFD
Complementary color
Monochromatic Colors of #D9CEFD
Black with #D9CEFD
Text Example
Text Example
White with #D9CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEFD; }
p { color: rgb(217,206,253); }
H1.HeaderClassName
{
color: #D9CEFD;
}
.AnyTagClassName
{
color: #D9CEFD;
}
</style>
background-color css
<style>
a { background-color: #D9CEFD; }
a { background-color: rgb(217,206,253); }
div.DivClassName
{
background-color: #D9CEFD;
}
.BgClassName
{
background-color: #D9CEFD;
}
</style>
border-color css
<style>
span { border-color: #D9CEFD; }
span { border-color: rgb(217,206,253); }
td.TdClassName
{
border-color: #D9CEFD;
}
.TagClassName
{
border-color: #D9CEFD;
}
</style>