Shades of Lavender Blue #D7D0FC
Tints of Lavender Blue #D7D0FC
RGB
CMYK
RGB Variations
Color information
#D7D0FC (or 0xD7D0FC) is known color: Lavender Blue. HEX triplet: D7, D0 and FC. RGB value is (215,208,252). Sum of RGB (Red+Green+Blue) = 215+208+252=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 208 (81.64% from 255 or 30.81% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7D0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7D0FC is #282F03. Grayscale: #D6D6D6. Windows color (decimal): -2633476 or 16568535. OLE color: 16568535.
HSL color Cylindrical-coordinate representation of color #D7D0FC: hue angle of 249.55º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D7D0FC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 208 | 252 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.01 |
| HSL | 249.55º | 0.88% | 0.9% | - |
| HSV(B) | 249.55º | 0.17% | 0.99% | - |
| XYZ | 68.15 | 66.59 | 101.36 | - |
| YUV | 215.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 252 | 0.15 | 0.17 | 0 | 0.01 | 249.55 | 0.88 | 0.9 |
| Hex | D7 | D0 | FC | F | 11 | 0 | 1 | FA | 58 | 5A |
| Octal | 327 | 320 | 374 | 17 | 21 | 0 | 1 | 372 | 130 | 132 |
| Binary | 11010111 | 11010000 | 11111100 | 1111 | 10001 | 0 | 1 | 11111010 | 1011000 | 1011010 |
Color Harmonies of #D7D0FC
Complementary color
Monochromatic Colors of #D7D0FC
Black with #D7D0FC
Text Example
Text Example
White with #D7D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D0FC; }
p { color: rgb(215,208,252); }
H1.HeaderClassName
{
color: #D7D0FC;
}
.AnyTagClassName
{
color: #D7D0FC;
}
</style>
background-color css
<style>
a { background-color: #D7D0FC; }
a { background-color: rgb(215,208,252); }
div.DivClassName
{
background-color: #D7D0FC;
}
.BgClassName
{
background-color: #D7D0FC;
}
</style>
border-color css
<style>
span { border-color: #D7D0FC; }
span { border-color: rgb(215,208,252); }
td.TdClassName
{
border-color: #D7D0FC;
}
.TagClassName
{
border-color: #D7D0FC;
}
</style>