Shades of Lavender Blue #D5CEF9
Tints of Lavender Blue #D5CEF9
RGB
CMYK
RGB Variations
Color information
#D5CEF9 (or 0xD5CEF9) is known color: Lavender Blue. HEX triplet: D5, CE and F9. RGB value is (213,206,249). Sum of RGB (Red+Green+Blue) = 213+206+249=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEF9 is #2A3106. Grayscale: #D4D4D4. Windows color (decimal): -2765063 or 16371413. OLE color: 16371413.
HSL color Cylindrical-coordinate representation of color #D5CEF9: hue angle of 249.77º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5CEF9 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 213 | 206 | 249 | - |
CMYK | 0.14 | 0.17 | 0 | 0.02 |
HSL | 249.77º | 0.78% | 0.89% | - |
HSV(B) | 249.77º | 0.17% | 0.98% | - |
XYZ | 66.61 | 65.13 | 98.68 | - |
YUV | 213 | 148.32 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 206 | 249 | 0.14 | 0.17 | 0 | 0.02 | 249.77 | 0.78 | 0.89 |
Hex | D5 | CE | F9 | E | 11 | 0 | 2 | FA | 4E | 59 |
Octal | 325 | 316 | 371 | 16 | 21 | 0 | 2 | 372 | 116 | 131 |
Binary | 11010101 | 11001110 | 11111001 | 1110 | 10001 | 0 | 10 | 11111010 | 1001110 | 1011001 |
Color Harmonies of #D5CEF9
Complementary color
Monochromatic Colors of #D5CEF9
Black with #D5CEF9
Text Example
Text Example
White with #D5CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEF9; }
p { color: rgb(213,206,249); }
H1.HeaderClassName
{
color: #D5CEF9;
}
.AnyTagClassName
{
color: #D5CEF9;
}
</style>
background-color css
<style>
a { background-color: #D5CEF9; }
a { background-color: rgb(213,206,249); }
div.DivClassName
{
background-color: #D5CEF9;
}
.BgClassName
{
background-color: #D5CEF9;
}
</style>
border-color css
<style>
span { border-color: #D5CEF9; }
span { border-color: rgb(213,206,249); }
td.TdClassName
{
border-color: #D5CEF9;
}
.TagClassName
{
border-color: #D5CEF9;
}
</style>