Shades of Lavender Blue #D2CFFE
Tints of Lavender Blue #D2CFFE
RGB
CMYK
RGB Variations
Color information
#D2CFFE (or 0xD2CFFE) is known color: Lavender Blue. HEX triplet: D2, CF and FE. RGB value is (210,207,254). Sum of RGB (Red+Green+Blue) = 210+207+254=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFFE is #2D3001. Grayscale: #D5D5D5. Windows color (decimal): -2961410 or 16699346. OLE color: 16699346.
HSL color Cylindrical-coordinate representation of color #D2CFFE: hue angle of 243.83º 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 #D2CFFE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 207 | 254 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.00 |
| HSL | 243.83º | 0.96% | 0.9% | - |
| HSV(B) | 243.83º | 0.19% | 1% | - |
| XYZ | 66.78 | 65.48 | 102.89 | - |
| YUV | 213.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 254 | 0.17 | 0.19 | 0 | 0.00 | 243.83 | 0.96 | 0.9 |
| Hex | D2 | CF | FE | 11 | 13 | 0 | 0 | F4 | 60 | 5A |
| Octal | 322 | 317 | 376 | 21 | 23 | 0 | 0 | 364 | 140 | 132 |
| Binary | 11010010 | 11001111 | 11111110 | 10001 | 10011 | 0 | 0 | 11110100 | 1100000 | 1011010 |
Color Harmonies of #D2CFFE
Complementary color
Monochromatic Colors of #D2CFFE
Black with #D2CFFE
Text Example
Text Example
White with #D2CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFFE; }
p { color: rgb(210,207,254); }
H1.HeaderClassName
{
color: #D2CFFE;
}
.AnyTagClassName
{
color: #D2CFFE;
}
</style>
background-color css
<style>
a { background-color: #D2CFFE; }
a { background-color: rgb(210,207,254); }
div.DivClassName
{
background-color: #D2CFFE;
}
.BgClassName
{
background-color: #D2CFFE;
}
</style>
border-color css
<style>
span { border-color: #D2CFFE; }
span { border-color: rgb(210,207,254); }
td.TdClassName
{
border-color: #D2CFFE;
}
.TagClassName
{
border-color: #D2CFFE;
}
</style>