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