Shades of Lavender Blue #D6CEF9
Tints of Lavender Blue #D6CEF9
RGB
CMYK
RGB Variations
Color information
#D6CEF9 (or 0xD6CEF9) is known color: Lavender Blue. HEX triplet: D6, CE and F9. RGB value is (214,206,249). Sum of RGB (Red+Green+Blue) = 214+206+249=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEF9 is #293106. Grayscale: #D5D5D5. Windows color (decimal): -2699527 or 16371414. OLE color: 16371414.
HSL color Cylindrical-coordinate representation of color #D6CEF9: hue angle of 251.16º 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 #D6CEF9 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 214 | 206 | 249 | - |
CMYK | 0.14 | 0.17 | 0 | 0.02 |
HSL | 251.16º | 0.78% | 0.89% | - |
HSV(B) | 251.16º | 0.17% | 0.98% | - |
XYZ | 66.9 | 65.28 | 98.7 | - |
YUV | 213.29 | 148.15 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 206 | 249 | 0.14 | 0.17 | 0 | 0.02 | 251.16 | 0.78 | 0.89 |
Hex | D6 | CE | F9 | E | 11 | 0 | 2 | FB | 4E | 59 |
Octal | 326 | 316 | 371 | 16 | 21 | 0 | 2 | 373 | 116 | 131 |
Binary | 11010110 | 11001110 | 11111001 | 1110 | 10001 | 0 | 10 | 11111011 | 1001110 | 1011001 |
Color Harmonies of #D6CEF9
Complementary color
Monochromatic Colors of #D6CEF9
Black with #D6CEF9
Text Example
Text Example
White with #D6CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CEF9; }
p { color: rgb(214,206,249); }
H1.HeaderClassName
{
color: #D6CEF9;
}
.AnyTagClassName
{
color: #D6CEF9;
}
</style>
background-color css
<style>
a { background-color: #D6CEF9; }
a { background-color: rgb(214,206,249); }
div.DivClassName
{
background-color: #D6CEF9;
}
.BgClassName
{
background-color: #D6CEF9;
}
</style>
border-color css
<style>
span { border-color: #D6CEF9; }
span { border-color: rgb(214,206,249); }
td.TdClassName
{
border-color: #D6CEF9;
}
.TagClassName
{
border-color: #D6CEF9;
}
</style>