Shades of Lavender Blue #D9CFFE
Tints of Lavender Blue #D9CFFE
RGB
CMYK
RGB Variations
Color information
#D9CFFE (or 0xD9CFFE) is known color: Lavender Blue. HEX triplet: D9, CF and FE. RGB value is (217,207,254). Sum of RGB (Red+Green+Blue) = 217+207+254=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFFE is #263001. Grayscale: #D7D7D7. Windows color (decimal): -2502658 or 16699353. OLE color: 16699353.
HSL color Cylindrical-coordinate representation of color #D9CFFE: hue angle of 252.77º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CFFE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 207 | 254 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.00 |
| HSL | 252.77º | 0.96% | 0.9% | - |
| HSV(B) | 252.77º | 0.19% | 1% | - |
| XYZ | 68.82 | 66.53 | 102.98 | - |
| YUV | 215.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 254 | 0.15 | 0.19 | 0 | 0.00 | 252.77 | 0.96 | 0.9 |
| Hex | D9 | CF | FE | F | 13 | 0 | 0 | FD | 60 | 5A |
| Octal | 331 | 317 | 376 | 17 | 23 | 0 | 0 | 375 | 140 | 132 |
| Binary | 11011001 | 11001111 | 11111110 | 1111 | 10011 | 0 | 0 | 11111101 | 1100000 | 1011010 |
Color Harmonies of #D9CFFE
Complementary color
Monochromatic Colors of #D9CFFE
Black with #D9CFFE
Text Example
Text Example
White with #D9CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFFE; }
p { color: rgb(217,207,254); }
H1.HeaderClassName
{
color: #D9CFFE;
}
.AnyTagClassName
{
color: #D9CFFE;
}
</style>
background-color css
<style>
a { background-color: #D9CFFE; }
a { background-color: rgb(217,207,254); }
div.DivClassName
{
background-color: #D9CFFE;
}
.BgClassName
{
background-color: #D9CFFE;
}
</style>
border-color css
<style>
span { border-color: #D9CFFE; }
span { border-color: rgb(217,207,254); }
td.TdClassName
{
border-color: #D9CFFE;
}
.TagClassName
{
border-color: #D9CFFE;
}
</style>