Shades of Lavender Blue #D0CEF5
Tints of Lavender Blue #D0CEF5
RGB
CMYK
RGB Variations
Color information
#D0CEF5 (or 0xD0CEF5) is known color: Lavender Blue. HEX triplet: D0, CE and F5. RGB value is (208,206,245). Sum of RGB (Red+Green+Blue) = 208+206+245=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0CEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEF5 is #2F310A. Grayscale: #D2D2D2. Windows color (decimal): -3092747 or 16109264. OLE color: 16109264.
HSL color Cylindrical-coordinate representation of color #D0CEF5: hue angle of 243.08º degrees, saturation: 0.66, 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 #D0CEF5 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 206 | 245 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.04 |
| HSL | 243.08º | 0.66% | 0.88% | - |
| HSV(B) | 243.08º | 0.16% | 0.96% | - |
| XYZ | 64.57 | 64.15 | 95.36 | - |
| YUV | 211.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 245 | 0.15 | 0.16 | 0 | 0.04 | 243.08 | 0.66 | 0.88 |
| Hex | D0 | CE | F5 | F | 10 | 0 | 4 | F3 | 42 | 58 |
| Octal | 320 | 316 | 365 | 17 | 20 | 0 | 4 | 363 | 102 | 130 |
| Binary | 11010000 | 11001110 | 11110101 | 1111 | 10000 | 0 | 100 | 11110011 | 1000010 | 1011000 |
Color Harmonies of #D0CEF5
Complementary color
Monochromatic Colors of #D0CEF5
Black with #D0CEF5
Text Example
Text Example
White with #D0CEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEF5; }
p { color: rgb(208,206,245); }
H1.HeaderClassName
{
color: #D0CEF5;
}
.AnyTagClassName
{
color: #D0CEF5;
}
</style>
background-color css
<style>
a { background-color: #D0CEF5; }
a { background-color: rgb(208,206,245); }
div.DivClassName
{
background-color: #D0CEF5;
}
.BgClassName
{
background-color: #D0CEF5;
}
</style>
border-color css
<style>
span { border-color: #D0CEF5; }
span { border-color: rgb(208,206,245); }
td.TdClassName
{
border-color: #D0CEF5;
}
.TagClassName
{
border-color: #D0CEF5;
}
</style>