Shades of Lavender Blue #D0CCF5
Tints of Lavender Blue #D0CCF5
RGB
CMYK
RGB Variations
Color information
#D0CCF5 (or 0xD0CCF5) is known color: Lavender Blue. HEX triplet: D0, CC and F5. RGB value is (208,204,245). Sum of RGB (Red+Green+Blue) = 208+204+245=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #D0CCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCF5 is #2F330A. Grayscale: #D1D1D1. Windows color (decimal): -3093259 or 16108752. OLE color: 16108752.
HSL color Cylindrical-coordinate representation of color #D0CCF5: hue angle of 245.85º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CCF5 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 204 | 245 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.04 |
| HSL | 245.85º | 0.67% | 0.88% | - |
| HSV(B) | 245.85º | 0.17% | 0.96% | - |
| XYZ | 64.09 | 63.19 | 95.21 | - |
| YUV | 209.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 245 | 0.15 | 0.17 | 0 | 0.04 | 245.85 | 0.67 | 0.88 |
| Hex | D0 | CC | F5 | F | 11 | 0 | 4 | F6 | 43 | 58 |
| Octal | 320 | 314 | 365 | 17 | 21 | 0 | 4 | 366 | 103 | 130 |
| Binary | 11010000 | 11001100 | 11110101 | 1111 | 10001 | 0 | 100 | 11110110 | 1000011 | 1011000 |
Color Harmonies of #D0CCF5
Complementary color
Monochromatic Colors of #D0CCF5
Black with #D0CCF5
Text Example
Text Example
White with #D0CCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCF5; }
p { color: rgb(208,204,245); }
H1.HeaderClassName
{
color: #D0CCF5;
}
.AnyTagClassName
{
color: #D0CCF5;
}
</style>
background-color css
<style>
a { background-color: #D0CCF5; }
a { background-color: rgb(208,204,245); }
div.DivClassName
{
background-color: #D0CCF5;
}
.BgClassName
{
background-color: #D0CCF5;
}
</style>
border-color css
<style>
span { border-color: #D0CCF5; }
span { border-color: rgb(208,204,245); }
td.TdClassName
{
border-color: #D0CCF5;
}
.TagClassName
{
border-color: #D0CCF5;
}
</style>