Shades of Lavender Blue #D2CEFC
Tints of Lavender Blue #D2CEFC
RGB
CMYK
RGB Variations
Color information
#D2CEFC (or 0xD2CEFC) is known color: Lavender Blue. HEX triplet: D2, CE and FC. RGB value is (210,206,252). Sum of RGB (Red+Green+Blue) = 210+206+252=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEFC is #2D3103. Grayscale: #D4D4D4. Windows color (decimal): -2961668 or 16568018. OLE color: 16568018.
HSL color Cylindrical-coordinate representation of color #D2CEFC: hue angle of 245.22º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2CEFC is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 206 | 252 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.01 |
| HSL | 245.22º | 0.88% | 0.9% | - |
| HSV(B) | 245.22º | 0.18% | 0.99% | - |
| XYZ | 66.22 | 64.87 | 101.13 | - |
| YUV | 212.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 252 | 0.17 | 0.18 | 0 | 0.01 | 245.22 | 0.88 | 0.9 |
| Hex | D2 | CE | FC | 11 | 12 | 0 | 1 | F5 | 58 | 5A |
| Octal | 322 | 316 | 374 | 21 | 22 | 0 | 1 | 365 | 130 | 132 |
| Binary | 11010010 | 11001110 | 11111100 | 10001 | 10010 | 0 | 1 | 11110101 | 1011000 | 1011010 |
Color Harmonies of #D2CEFC
Complementary color
Monochromatic Colors of #D2CEFC
Black with #D2CEFC
Text Example
Text Example
White with #D2CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEFC; }
p { color: rgb(210,206,252); }
H1.HeaderClassName
{
color: #D2CEFC;
}
.AnyTagClassName
{
color: #D2CEFC;
}
</style>
background-color css
<style>
a { background-color: #D2CEFC; }
a { background-color: rgb(210,206,252); }
div.DivClassName
{
background-color: #D2CEFC;
}
.BgClassName
{
background-color: #D2CEFC;
}
</style>
border-color css
<style>
span { border-color: #D2CEFC; }
span { border-color: rgb(210,206,252); }
td.TdClassName
{
border-color: #D2CEFC;
}
.TagClassName
{
border-color: #D2CEFC;
}
</style>