Shades of Lavender Blue #D0C9FF
Tints of Lavender Blue #D0C9FF
RGB
CMYK
RGB Variations
Color information
#D0C9FF (or 0xD0C9FF) is known color: Lavender Blue. HEX triplet: D0, C9 and FF. RGB value is (208,201,255). Sum of RGB (Red+Green+Blue) = 208+201+255=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 201 (78.91% from 255 or 30.27% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C9FF is #2F3600. Grayscale: #D1D1D1. Windows color (decimal): -3094017 or 16763344. OLE color: 16763344.
HSL color Cylindrical-coordinate representation of color #D0C9FF: hue angle of 247.78º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0C9FF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 201 | 255 | - |
| CMYK | 0.18 | 0.21 | 0 | 0 |
| HSL | 247.78º | 1% | 0.89% | - |
| HSV(B) | 247.78º | 0.21% | 1% | - |
| XYZ | 64.95 | 62.4 | 103.23 | - |
| YUV | 209.25 | 153.82 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 255 | 0.18 | 0.21 | 0 | 0 | 247.78 | 1 | 0.89 |
| Hex | D0 | C9 | FF | 12 | 15 | 0 | 0 | F8 | 64 | 59 |
| Octal | 320 | 311 | 377 | 22 | 25 | 0 | 0 | 370 | 144 | 131 |
| Binary | 11010000 | 11001001 | 11111111 | 10010 | 10101 | 0 | 0 | 11111000 | 1100100 | 1011001 |
Color Harmonies of #D0C9FF
Complementary color
Monochromatic Colors of #D0C9FF
Black with #D0C9FF
Text Example
Text Example
White with #D0C9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9FF; }
p { color: rgb(208,201,255); }
H1.HeaderClassName
{
color: #D0C9FF;
}
.AnyTagClassName
{
color: #D0C9FF;
}
</style>
background-color css
<style>
a { background-color: #D0C9FF; }
a { background-color: rgb(208,201,255); }
div.DivClassName
{
background-color: #D0C9FF;
}
.BgClassName
{
background-color: #D0C9FF;
}
</style>
border-color css
<style>
span { border-color: #D0C9FF; }
span { border-color: rgb(208,201,255); }
td.TdClassName
{
border-color: #D0C9FF;
}
.TagClassName
{
border-color: #D0C9FF;
}
</style>