Shades of Lavender Blue #D0C7FC
Tints of Lavender Blue #D0C7FC
RGB
CMYK
RGB Variations
Color information
#D0C7FC (or 0xD0C7FC) is known color: Lavender Blue. HEX triplet: D0, C7 and FC. RGB value is (208,199,252). Sum of RGB (Red+Green+Blue) = 208+199+252=659 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.56% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0C7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C7FC is #2F3803. Grayscale: #CFCFCF. Windows color (decimal): -3094532 or 16566224. OLE color: 16566224.
HSL color Cylindrical-coordinate representation of color #D0C7FC: hue angle of 250.19º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0C7FC is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 199 | 252 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.01 |
| HSL | 250.19º | 0.9% | 0.88% | - |
| HSV(B) | 250.19º | 0.21% | 0.99% | - |
| XYZ | 64.01 | 61.29 | 100.55 | - |
| YUV | 207.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 252 | 0.17 | 0.21 | 0 | 0.01 | 250.19 | 0.9 | 0.88 |
| Hex | D0 | C7 | FC | 11 | 15 | 0 | 1 | FA | 5A | 58 |
| Octal | 320 | 307 | 374 | 21 | 25 | 0 | 1 | 372 | 132 | 130 |
| Binary | 11010000 | 11000111 | 11111100 | 10001 | 10101 | 0 | 1 | 11111010 | 1011010 | 1011000 |
Color Harmonies of #D0C7FC
Complementary color
Monochromatic Colors of #D0C7FC
Black with #D0C7FC
Text Example
Text Example
White with #D0C7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C7FC; }
p { color: rgb(208,199,252); }
H1.HeaderClassName
{
color: #D0C7FC;
}
.AnyTagClassName
{
color: #D0C7FC;
}
</style>
background-color css
<style>
a { background-color: #D0C7FC; }
a { background-color: rgb(208,199,252); }
div.DivClassName
{
background-color: #D0C7FC;
}
.BgClassName
{
background-color: #D0C7FC;
}
</style>
border-color css
<style>
span { border-color: #D0C7FC; }
span { border-color: rgb(208,199,252); }
td.TdClassName
{
border-color: #D0C7FC;
}
.TagClassName
{
border-color: #D0C7FC;
}
</style>