Shades of Lavender Blue #D8CEFE
Tints of Lavender Blue #D8CEFE
RGB
CMYK
RGB Variations
Color information
#D8CEFE (or 0xD8CEFE) is known color: Lavender Blue. HEX triplet: D8, CE and FE. RGB value is (216,206,254). Sum of RGB (Red+Green+Blue) = 216+206+254=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEFE is #273101. Grayscale: #D6D6D6. Windows color (decimal): -2568450 or 16699096. OLE color: 16699096.
HSL color Cylindrical-coordinate representation of color #D8CEFE: hue angle of 252.5º 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 #D8CEFE is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 206 | 254 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.00 |
| HSL | 252.5º | 0.96% | 0.9% | - |
| HSV(B) | 252.5º | 0.19% | 1% | - |
| XYZ | 68.28 | 65.9 | 102.89 | - |
| YUV | 214.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 254 | 0.15 | 0.19 | 0 | 0.00 | 252.5 | 0.96 | 0.9 |
| Hex | D8 | CE | FE | F | 13 | 0 | 0 | FD | 60 | 5A |
| Octal | 330 | 316 | 376 | 17 | 23 | 0 | 0 | 375 | 140 | 132 |
| Binary | 11011000 | 11001110 | 11111110 | 1111 | 10011 | 0 | 0 | 11111101 | 1100000 | 1011010 |
Color Harmonies of #D8CEFE
Complementary color
Monochromatic Colors of #D8CEFE
Black with #D8CEFE
Text Example
Text Example
White with #D8CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEFE; }
p { color: rgb(216,206,254); }
H1.HeaderClassName
{
color: #D8CEFE;
}
.AnyTagClassName
{
color: #D8CEFE;
}
</style>
background-color css
<style>
a { background-color: #D8CEFE; }
a { background-color: rgb(216,206,254); }
div.DivClassName
{
background-color: #D8CEFE;
}
.BgClassName
{
background-color: #D8CEFE;
}
</style>
border-color css
<style>
span { border-color: #D8CEFE; }
span { border-color: rgb(216,206,254); }
td.TdClassName
{
border-color: #D8CEFE;
}
.TagClassName
{
border-color: #D8CEFE;
}
</style>