Shades of Lavender Blue #D0CCF3
Tints of Lavender Blue #D0CCF3
RGB
CMYK
RGB Variations
Color information
#D0CCF3 (or 0xD0CCF3) is known color: Lavender Blue. HEX triplet: D0, CC and F3. RGB value is (208,204,243). Sum of RGB (Red+Green+Blue) = 208+204+243=655 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.76% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCF3 is #2F330C. Grayscale: #D1D1D1. Windows color (decimal): -3093261 or 15977680. OLE color: 15977680.
HSL color Cylindrical-coordinate representation of color #D0CCF3: hue angle of 246.15º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0CCF3 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 204 | 243 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.05 |
| HSL | 246.15º | 0.62% | 0.88% | - |
| HSV(B) | 246.15º | 0.16% | 0.95% | - |
| XYZ | 63.78 | 63.07 | 93.61 | - |
| YUV | 209.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 243 | 0.14 | 0.16 | 0 | 0.05 | 246.15 | 0.62 | 0.88 |
| Hex | D0 | CC | F3 | E | 10 | 0 | 5 | F6 | 3E | 58 |
| Octal | 320 | 314 | 363 | 16 | 20 | 0 | 5 | 366 | 76 | 130 |
| Binary | 11010000 | 11001100 | 11110011 | 1110 | 10000 | 0 | 101 | 11110110 | 111110 | 1011000 |
Color Harmonies of #D0CCF3
Complementary color
Monochromatic Colors of #D0CCF3
Black with #D0CCF3
Text Example
Text Example
White with #D0CCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCF3; }
p { color: rgb(208,204,243); }
H1.HeaderClassName
{
color: #D0CCF3;
}
.AnyTagClassName
{
color: #D0CCF3;
}
</style>
background-color css
<style>
a { background-color: #D0CCF3; }
a { background-color: rgb(208,204,243); }
div.DivClassName
{
background-color: #D0CCF3;
}
.BgClassName
{
background-color: #D0CCF3;
}
</style>
border-color css
<style>
span { border-color: #D0CCF3; }
span { border-color: rgb(208,204,243); }
td.TdClassName
{
border-color: #D0CCF3;
}
.TagClassName
{
border-color: #D0CCF3;
}
</style>