Shades of Lavender Blue #D0CEFF
Tints of Lavender Blue #D0CEFF
RGB
CMYK
RGB Variations
Color information
#D0CEFF (or 0xD0CEFF) is known color: Lavender Blue. HEX triplet: D0, CE and FF. RGB value is (208,206,255). Sum of RGB (Red+Green+Blue) = 208+206+255=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEFF is #2F3100. Grayscale: #D3D3D3. Windows color (decimal): -3092737 or 16764624. OLE color: 16764624.
HSL color Cylindrical-coordinate representation of color #D0CEFF: hue angle of 242.45º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0CEFF is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 206 | 255 | - |
| CMYK | 0.18 | 0.19 | 0 | 0 |
| HSL | 242.45º | 1% | 0.9% | - |
| HSV(B) | 242.45º | 0.19% | 1% | - |
| XYZ | 66.13 | 64.77 | 103.62 | - |
| YUV | 212.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 255 | 0.18 | 0.19 | 0 | 0 | 242.45 | 1 | 0.9 |
| Hex | D0 | CE | FF | 12 | 13 | 0 | 0 | F2 | 64 | 5A |
| Octal | 320 | 316 | 377 | 22 | 23 | 0 | 0 | 362 | 144 | 132 |
| Binary | 11010000 | 11001110 | 11111111 | 10010 | 10011 | 0 | 0 | 11110010 | 1100100 | 1011010 |
Color Harmonies of #D0CEFF
Complementary color
Monochromatic Colors of #D0CEFF
Black with #D0CEFF
Text Example
Text Example
White with #D0CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEFF; }
p { color: rgb(208,206,255); }
H1.HeaderClassName
{
color: #D0CEFF;
}
.AnyTagClassName
{
color: #D0CEFF;
}
</style>
background-color css
<style>
a { background-color: #D0CEFF; }
a { background-color: rgb(208,206,255); }
div.DivClassName
{
background-color: #D0CEFF;
}
.BgClassName
{
background-color: #D0CEFF;
}
</style>
border-color css
<style>
span { border-color: #D0CEFF; }
span { border-color: rgb(208,206,255); }
td.TdClassName
{
border-color: #D0CEFF;
}
.TagClassName
{
border-color: #D0CEFF;
}
</style>