Shades of Lavender Blue #D0D4FC
Tints of Lavender Blue #D0D4FC
RGB
CMYK
RGB Variations
Color information
#D0D4FC (or 0xD0D4FC) is known color: Lavender Blue. HEX triplet: D0, D4 and FC. RGB value is (208,212,252). Sum of RGB (Red+Green+Blue) = 208+212+252=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0D4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0D4FC is #2F2B03. Grayscale: #D7D7D7. Windows color (decimal): -3091204 or 16569552. OLE color: 16569552.
HSL color Cylindrical-coordinate representation of color #D0D4FC: hue angle of 234.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 #D0D4FC is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 212 | 252 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.01 |
| HSL | 234.55º | 0.88% | 0.9% | - |
| HSV(B) | 234.55º | 0.17% | 0.99% | - |
| XYZ | 67.13 | 67.53 | 101.59 | - |
| YUV | 215.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 252 | 0.17 | 0.16 | 0 | 0.01 | 234.55 | 0.88 | 0.9 |
| Hex | D0 | D4 | FC | 11 | 10 | 0 | 1 | EB | 58 | 5A |
| Octal | 320 | 324 | 374 | 21 | 20 | 0 | 1 | 353 | 130 | 132 |
| Binary | 11010000 | 11010100 | 11111100 | 10001 | 10000 | 0 | 1 | 11101011 | 1011000 | 1011010 |
Color Harmonies of #D0D4FC
Complementary color
Monochromatic Colors of #D0D4FC
Black with #D0D4FC
Text Example
Text Example
White with #D0D4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D4FC; }
p { color: rgb(208,212,252); }
H1.HeaderClassName
{
color: #D0D4FC;
}
.AnyTagClassName
{
color: #D0D4FC;
}
</style>
background-color css
<style>
a { background-color: #D0D4FC; }
a { background-color: rgb(208,212,252); }
div.DivClassName
{
background-color: #D0D4FC;
}
.BgClassName
{
background-color: #D0D4FC;
}
</style>
border-color css
<style>
span { border-color: #D0D4FC; }
span { border-color: rgb(208,212,252); }
td.TdClassName
{
border-color: #D0D4FC;
}
.TagClassName
{
border-color: #D0D4FC;
}
</style>