Shades of Lavender Blue #D5CEF8
Tints of Lavender Blue #D5CEF8
RGB
CMYK
RGB Variations
Color information
#D5CEF8 (or 0xD5CEF8) is known color: Lavender Blue. HEX triplet: D5, CE and F8. RGB value is (213,206,248). Sum of RGB (Red+Green+Blue) = 213+206+248=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEF8 is #2A3107. Grayscale: #D4D4D4. Windows color (decimal): -2765064 or 16305877. OLE color: 16305877.
HSL color Cylindrical-coordinate representation of color #D5CEF8: hue angle of 250º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5CEF8 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 206 | 248 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.03 |
| HSL | 250º | 0.75% | 0.89% | - |
| HSV(B) | 250º | 0.17% | 0.97% | - |
| XYZ | 66.46 | 65.07 | 97.86 | - |
| YUV | 212.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 248 | 0.14 | 0.17 | 0 | 0.03 | 250 | 0.75 | 0.89 |
| Hex | D5 | CE | F8 | E | 11 | 0 | 3 | FA | 4B | 59 |
| Octal | 325 | 316 | 370 | 16 | 21 | 0 | 3 | 372 | 113 | 131 |
| Binary | 11010101 | 11001110 | 11111000 | 1110 | 10001 | 0 | 11 | 11111010 | 1001011 | 1011001 |
Color Harmonies of #D5CEF8
Complementary color
Monochromatic Colors of #D5CEF8
Black with #D5CEF8
Text Example
Text Example
White with #D5CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEF8; }
p { color: rgb(213,206,248); }
H1.HeaderClassName
{
color: #D5CEF8;
}
.AnyTagClassName
{
color: #D5CEF8;
}
</style>
background-color css
<style>
a { background-color: #D5CEF8; }
a { background-color: rgb(213,206,248); }
div.DivClassName
{
background-color: #D5CEF8;
}
.BgClassName
{
background-color: #D5CEF8;
}
</style>
border-color css
<style>
span { border-color: #D5CEF8; }
span { border-color: rgb(213,206,248); }
td.TdClassName
{
border-color: #D5CEF8;
}
.TagClassName
{
border-color: #D5CEF8;
}
</style>