Shades of Lavender Blue #D4CEF9
Tints of Lavender Blue #D4CEF9
RGB
CMYK
RGB Variations
Color information
#D4CEF9 (or 0xD4CEF9) is known color: Lavender Blue. HEX triplet: D4, CE and F9. RGB value is (212,206,249). Sum of RGB (Red+Green+Blue) = 212+206+249=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 206 (80.86% from 255 or 30.88% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEF9 is #2B3106. Grayscale: #D4D4D4. Windows color (decimal): -2830599 or 16371412. OLE color: 16371412.
HSL color Cylindrical-coordinate representation of color #D4CEF9: hue angle of 248.37º 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 #D4CEF9 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 212 | 206 | 249 | - |
CMYK | 0.15 | 0.17 | 0 | 0.02 |
HSL | 248.37º | 0.78% | 0.89% | - |
HSV(B) | 248.37º | 0.17% | 0.98% | - |
XYZ | 66.32 | 64.98 | 98.67 | - |
YUV | 212.7 | 148.49 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 206 | 249 | 0.15 | 0.17 | 0 | 0.02 | 248.37 | 0.78 | 0.89 |
Hex | D4 | CE | F9 | F | 11 | 0 | 2 | F8 | 4E | 59 |
Octal | 324 | 316 | 371 | 17 | 21 | 0 | 2 | 370 | 116 | 131 |
Binary | 11010100 | 11001110 | 11111001 | 1111 | 10001 | 0 | 10 | 11111000 | 1001110 | 1011001 |
Color Harmonies of #D4CEF9
Complementary color
Monochromatic Colors of #D4CEF9
Black with #D4CEF9
Text Example
Text Example
White with #D4CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CEF9; }
p { color: rgb(212,206,249); }
H1.HeaderClassName
{
color: #D4CEF9;
}
.AnyTagClassName
{
color: #D4CEF9;
}
</style>
background-color css
<style>
a { background-color: #D4CEF9; }
a { background-color: rgb(212,206,249); }
div.DivClassName
{
background-color: #D4CEF9;
}
.BgClassName
{
background-color: #D4CEF9;
}
</style>
border-color css
<style>
span { border-color: #D4CEF9; }
span { border-color: rgb(212,206,249); }
td.TdClassName
{
border-color: #D4CEF9;
}
.TagClassName
{
border-color: #D4CEF9;
}
</style>