Shades of Lavender Blue #D8CEFB
Tints of Lavender Blue #D8CEFB
RGB
CMYK
RGB Variations
Color information
#D8CEFB (or 0xD8CEFB) is known color: Lavender Blue. HEX triplet: D8, CE and FB. RGB value is (216,206,251). Sum of RGB (Red+Green+Blue) = 216+206+251=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CEFB is #273104. Grayscale: #D5D5D5. Windows color (decimal): -2568453 or 16502488. OLE color: 16502488.
HSL color Cylindrical-coordinate representation of color #D8CEFB: hue angle of 253.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8CEFB is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 206 | 251 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.02 |
| HSL | 253.33º | 0.85% | 0.9% | - |
| HSV(B) | 253.33º | 0.18% | 0.98% | - |
| XYZ | 67.8 | 65.71 | 100.38 | - |
| YUV | 214.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 251 | 0.14 | 0.18 | 0 | 0.02 | 253.33 | 0.85 | 0.9 |
| Hex | D8 | CE | FB | E | 12 | 0 | 2 | FD | 55 | 5A |
| Octal | 330 | 316 | 373 | 16 | 22 | 0 | 2 | 375 | 125 | 132 |
| Binary | 11011000 | 11001110 | 11111011 | 1110 | 10010 | 0 | 10 | 11111101 | 1010101 | 1011010 |
Color Harmonies of #D8CEFB
Complementary color
Monochromatic Colors of #D8CEFB
Black with #D8CEFB
Text Example
Text Example
White with #D8CEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CEFB; }
p { color: rgb(216,206,251); }
H1.HeaderClassName
{
color: #D8CEFB;
}
.AnyTagClassName
{
color: #D8CEFB;
}
</style>
background-color css
<style>
a { background-color: #D8CEFB; }
a { background-color: rgb(216,206,251); }
div.DivClassName
{
background-color: #D8CEFB;
}
.BgClassName
{
background-color: #D8CEFB;
}
</style>
border-color css
<style>
span { border-color: #D8CEFB; }
span { border-color: rgb(216,206,251); }
td.TdClassName
{
border-color: #D8CEFB;
}
.TagClassName
{
border-color: #D8CEFB;
}
</style>