Shades of Lavender Blue #D2CEFE
Tints of Lavender Blue #D2CEFE
RGB
CMYK
RGB Variations
Color information
#D2CEFE (or 0xD2CEFE) is known color: Lavender Blue. HEX triplet: D2, CE and FE. RGB value is (210,206,254). Sum of RGB (Red+Green+Blue) = 210+206+254=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 206 (80.86% from 255 or 30.75% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEFE is #2D3101. Grayscale: #D4D4D4. Windows color (decimal): -2961666 or 16699090. OLE color: 16699090.
HSL color Cylindrical-coordinate representation of color #D2CEFE: hue angle of 245º 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 #D2CEFE is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 206 | 254 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.00 |
| HSL | 245º | 0.96% | 0.9% | - |
| HSV(B) | 245º | 0.19% | 1% | - |
| XYZ | 66.54 | 65 | 102.81 | - |
| YUV | 212.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 254 | 0.17 | 0.19 | 0 | 0.00 | 245 | 0.96 | 0.9 |
| Hex | D2 | CE | FE | 11 | 13 | 0 | 0 | F5 | 60 | 5A |
| Octal | 322 | 316 | 376 | 21 | 23 | 0 | 0 | 365 | 140 | 132 |
| Binary | 11010010 | 11001110 | 11111110 | 10001 | 10011 | 0 | 0 | 11110101 | 1100000 | 1011010 |
Color Harmonies of #D2CEFE
Complementary color
Monochromatic Colors of #D2CEFE
Black with #D2CEFE
Text Example
Text Example
White with #D2CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CEFE; }
p { color: rgb(210,206,254); }
H1.HeaderClassName
{
color: #D2CEFE;
}
.AnyTagClassName
{
color: #D2CEFE;
}
</style>
background-color css
<style>
a { background-color: #D2CEFE; }
a { background-color: rgb(210,206,254); }
div.DivClassName
{
background-color: #D2CEFE;
}
.BgClassName
{
background-color: #D2CEFE;
}
</style>
border-color css
<style>
span { border-color: #D2CEFE; }
span { border-color: rgb(210,206,254); }
td.TdClassName
{
border-color: #D2CEFE;
}
.TagClassName
{
border-color: #D2CEFE;
}
</style>