Shades of Lavender Blue #D0CCF4
Tints of Lavender Blue #D0CCF4
RGB
CMYK
RGB Variations
Color information
#D0CCF4 (or 0xD0CCF4) is known color: Lavender Blue. HEX triplet: D0, CC and F4. RGB value is (208,204,244). Sum of RGB (Red+Green+Blue) = 208+204+244=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #D0CCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCF4 is #2F330B. Grayscale: #D1D1D1. Windows color (decimal): -3093260 or 16043216. OLE color: 16043216.
HSL color Cylindrical-coordinate representation of color #D0CCF4: hue angle of 246º degrees, saturation: 0.65, 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 #D0CCF4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 204 | 244 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.04 |
| HSL | 246º | 0.65% | 0.88% | - |
| HSV(B) | 246º | 0.16% | 0.96% | - |
| XYZ | 63.93 | 63.13 | 94.4 | - |
| YUV | 209.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 244 | 0.15 | 0.16 | 0 | 0.04 | 246 | 0.65 | 0.88 |
| Hex | D0 | CC | F4 | F | 10 | 0 | 4 | F6 | 41 | 58 |
| Octal | 320 | 314 | 364 | 17 | 20 | 0 | 4 | 366 | 101 | 130 |
| Binary | 11010000 | 11001100 | 11110100 | 1111 | 10000 | 0 | 100 | 11110110 | 1000001 | 1011000 |
Color Harmonies of #D0CCF4
Complementary color
Monochromatic Colors of #D0CCF4
Black with #D0CCF4
Text Example
Text Example
White with #D0CCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCF4; }
p { color: rgb(208,204,244); }
H1.HeaderClassName
{
color: #D0CCF4;
}
.AnyTagClassName
{
color: #D0CCF4;
}
</style>
background-color css
<style>
a { background-color: #D0CCF4; }
a { background-color: rgb(208,204,244); }
div.DivClassName
{
background-color: #D0CCF4;
}
.BgClassName
{
background-color: #D0CCF4;
}
</style>
border-color css
<style>
span { border-color: #D0CCF4; }
span { border-color: rgb(208,204,244); }
td.TdClassName
{
border-color: #D0CCF4;
}
.TagClassName
{
border-color: #D0CCF4;
}
</style>