Shades of Lavender Blue #D0C9F7
Tints of Lavender Blue #D0C9F7
RGB
CMYK
RGB Variations
Color information
#D0C9F7 (or 0xD0C9F7) is known color: Lavender Blue. HEX triplet: D0, C9 and F7. RGB value is (208,201,247). Sum of RGB (Red+Green+Blue) = 208+201+247=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0C9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C9F7 is #2F3608. Grayscale: #D0D0D0. Windows color (decimal): -3094025 or 16239056. OLE color: 16239056.
HSL color Cylindrical-coordinate representation of color #D0C9F7: hue angle of 249.13º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0C9F7 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 201 | 247 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.03 |
| HSL | 249.13º | 0.74% | 0.88% | - |
| HSV(B) | 249.13º | 0.19% | 0.97% | - |
| XYZ | 63.69 | 61.9 | 96.59 | - |
| YUV | 208.34 | 149.82 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 247 | 0.16 | 0.19 | 0 | 0.03 | 249.13 | 0.74 | 0.88 |
| Hex | D0 | C9 | F7 | 10 | 13 | 0 | 3 | F9 | 4A | 58 |
| Octal | 320 | 311 | 367 | 20 | 23 | 0 | 3 | 371 | 112 | 130 |
| Binary | 11010000 | 11001001 | 11110111 | 10000 | 10011 | 0 | 11 | 11111001 | 1001010 | 1011000 |
Color Harmonies of #D0C9F7
Complementary color
Monochromatic Colors of #D0C9F7
Black with #D0C9F7
Text Example
Text Example
White with #D0C9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9F7; }
p { color: rgb(208,201,247); }
H1.HeaderClassName
{
color: #D0C9F7;
}
.AnyTagClassName
{
color: #D0C9F7;
}
</style>
background-color css
<style>
a { background-color: #D0C9F7; }
a { background-color: rgb(208,201,247); }
div.DivClassName
{
background-color: #D0C9F7;
}
.BgClassName
{
background-color: #D0C9F7;
}
</style>
border-color css
<style>
span { border-color: #D0C9F7; }
span { border-color: rgb(208,201,247); }
td.TdClassName
{
border-color: #D0C9F7;
}
.TagClassName
{
border-color: #D0C9F7;
}
</style>