Shades of Lavender Blue #D9D0FF
Tints of Lavender Blue #D9D0FF
RGB
CMYK
RGB Variations
Color information
#D9D0FF (or 0xD9D0FF) is known color: Lavender Blue. HEX triplet: D9, D0 and FF. RGB value is (217,208,255). Sum of RGB (Red+Green+Blue) = 217+208+255=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 208 (81.64% from 255 or 30.59% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D0FF is #262F00. Grayscale: #D7D7D7. Windows color (decimal): -2502401 or 16765145. OLE color: 16765145.
HSL color Cylindrical-coordinate representation of color #D9D0FF: hue angle of 251.49º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9D0FF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 208 | 255 | - |
| CMYK | 0.15 | 0.18 | 0 | 0 |
| HSL | 251.49º | 1% | 0.91% | - |
| HSV(B) | 251.49º | 0.18% | 1% | - |
| XYZ | 69.22 | 67.08 | 103.91 | - |
| YUV | 216.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 255 | 0.15 | 0.18 | 0 | 0 | 251.49 | 1 | 0.91 |
| Hex | D9 | D0 | FF | F | 12 | 0 | 0 | FB | 64 | 5B |
| Octal | 331 | 320 | 377 | 17 | 22 | 0 | 0 | 373 | 144 | 133 |
| Binary | 11011001 | 11010000 | 11111111 | 1111 | 10010 | 0 | 0 | 11111011 | 1100100 | 1011011 |
Color Harmonies of #D9D0FF
Complementary color
Monochromatic Colors of #D9D0FF
Black with #D9D0FF
Text Example
Text Example
White with #D9D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D0FF; }
p { color: rgb(217,208,255); }
H1.HeaderClassName
{
color: #D9D0FF;
}
.AnyTagClassName
{
color: #D9D0FF;
}
</style>
background-color css
<style>
a { background-color: #D9D0FF; }
a { background-color: rgb(217,208,255); }
div.DivClassName
{
background-color: #D9D0FF;
}
.BgClassName
{
background-color: #D9D0FF;
}
</style>
border-color css
<style>
span { border-color: #D9D0FF; }
span { border-color: rgb(217,208,255); }
td.TdClassName
{
border-color: #D9D0FF;
}
.TagClassName
{
border-color: #D9D0FF;
}
</style>