Shades of Lavender Blue #D0CEF4
Tints of Lavender Blue #D0CEF4
RGB
CMYK
RGB Variations
Color information
#D0CEF4 (or 0xD0CEF4) is known color: Lavender Blue. HEX triplet: D0, CE and F4. RGB value is (208,206,244). Sum of RGB (Red+Green+Blue) = 208+206+244=658 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.61% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 244 (95.70% from 255 or 37.08% from 658); Max value from RGB is 244 - color contains mainly: blue. Hex color #D0CEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEF4 is #2F310B. Grayscale: #D2D2D2. Windows color (decimal): -3092748 or 16043728. OLE color: 16043728.
HSL color Cylindrical-coordinate representation of color #D0CEF4: hue angle of 243.16º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0CEF4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 206 | 244 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.04 |
| HSL | 243.16º | 0.63% | 0.88% | - |
| HSV(B) | 243.16º | 0.16% | 0.96% | - |
| XYZ | 64.41 | 64.08 | 94.56 | - |
| YUV | 210.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 244 | 0.15 | 0.16 | 0 | 0.04 | 243.16 | 0.63 | 0.88 |
| Hex | D0 | CE | F4 | F | 10 | 0 | 4 | F3 | 3F | 58 |
| Octal | 320 | 316 | 364 | 17 | 20 | 0 | 4 | 363 | 77 | 130 |
| Binary | 11010000 | 11001110 | 11110100 | 1111 | 10000 | 0 | 100 | 11110011 | 111111 | 1011000 |
Color Harmonies of #D0CEF4
Complementary color
Monochromatic Colors of #D0CEF4
Black with #D0CEF4
Text Example
Text Example
White with #D0CEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEF4; }
p { color: rgb(208,206,244); }
H1.HeaderClassName
{
color: #D0CEF4;
}
.AnyTagClassName
{
color: #D0CEF4;
}
</style>
background-color css
<style>
a { background-color: #D0CEF4; }
a { background-color: rgb(208,206,244); }
div.DivClassName
{
background-color: #D0CEF4;
}
.BgClassName
{
background-color: #D0CEF4;
}
</style>
border-color css
<style>
span { border-color: #D0CEF4; }
span { border-color: rgb(208,206,244); }
td.TdClassName
{
border-color: #D0CEF4;
}
.TagClassName
{
border-color: #D0CEF4;
}
</style>