Shades of Lavender Blue #D0CCF7
Tints of Lavender Blue #D0CCF7
RGB
CMYK
RGB Variations
Color information
#D0CCF7 (or 0xD0CCF7) is known color: Lavender Blue. HEX triplet: D0, CC and F7. RGB value is (208,204,247). Sum of RGB (Red+Green+Blue) = 208+204+247=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0CCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCF7 is #2F3308. Grayscale: #D1D1D1. Windows color (decimal): -3093257 or 16239824. OLE color: 16239824.
HSL color Cylindrical-coordinate representation of color #D0CCF7: hue angle of 245.58º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CCF7 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 208 | 204 | 247 | - |
CMYK | 0.16 | 0.17 | 0 | 0.03 |
HSL | 245.58º | 0.73% | 0.88% | - |
HSV(B) | 245.58º | 0.17% | 0.97% | - |
XYZ | 64.39 | 63.31 | 96.82 | - |
YUV | 210.1 | 148.83 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 204 | 247 | 0.16 | 0.17 | 0 | 0.03 | 245.58 | 0.73 | 0.88 |
Hex | D0 | CC | F7 | 10 | 11 | 0 | 3 | F6 | 49 | 58 |
Octal | 320 | 314 | 367 | 20 | 21 | 0 | 3 | 366 | 111 | 130 |
Binary | 11010000 | 11001100 | 11110111 | 10000 | 10001 | 0 | 11 | 11110110 | 1001001 | 1011000 |
Color Harmonies of #D0CCF7
Complementary color
Monochromatic Colors of #D0CCF7
Black with #D0CCF7
Text Example
Text Example
White with #D0CCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCF7; }
p { color: rgb(208,204,247); }
H1.HeaderClassName
{
color: #D0CCF7;
}
.AnyTagClassName
{
color: #D0CCF7;
}
</style>
background-color css
<style>
a { background-color: #D0CCF7; }
a { background-color: rgb(208,204,247); }
div.DivClassName
{
background-color: #D0CCF7;
}
.BgClassName
{
background-color: #D0CCF7;
}
</style>
border-color css
<style>
span { border-color: #D0CCF7; }
span { border-color: rgb(208,204,247); }
td.TdClassName
{
border-color: #D0CCF7;
}
.TagClassName
{
border-color: #D0CCF7;
}
</style>