Shades of Lavender Blue #D4D6FF
Tints of Lavender Blue #D4D6FF
RGB
CMYK
RGB Variations
Color information
#D4D6FF (or 0xD4D6FF) is known color: Lavender Blue. HEX triplet: D4, D6 and FF. RGB value is (212,214,255). Sum of RGB (Red+Green+Blue) = 212+214+255=681 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.13% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4D6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D6FF is #2B2900. Grayscale: #D9D9D9. Windows color (decimal): -2828545 or 16766676. OLE color: 16766676.
HSL color Cylindrical-coordinate representation of color #D4D6FF: hue angle of 237.21º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4D6FF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 212 | 214 | 255 | - |
CMYK | 0.17 | 0.16 | 0 | 0 |
HSL | 237.21º | 1% | 0.92% | - |
HSV(B) | 237.21º | 0.17% | 1% | - |
XYZ | 69.25 | 69.31 | 104.34 | - |
YUV | 218.08 | 148.84 | 123.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 214 | 255 | 0.17 | 0.16 | 0 | 0 | 237.21 | 1 | 0.92 |
Hex | D4 | D6 | FF | 11 | 10 | 0 | 0 | ED | 64 | 5C |
Octal | 324 | 326 | 377 | 21 | 20 | 0 | 0 | 355 | 144 | 134 |
Binary | 11010100 | 11010110 | 11111111 | 10001 | 10000 | 0 | 0 | 11101101 | 1100100 | 1011100 |
Color Harmonies of #D4D6FF
Complementary color
Monochromatic Colors of #D4D6FF
Black with #D4D6FF
Text Example
Text Example
White with #D4D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D6FF; }
p { color: rgb(212,214,255); }
H1.HeaderClassName
{
color: #D4D6FF;
}
.AnyTagClassName
{
color: #D4D6FF;
}
</style>
background-color css
<style>
a { background-color: #D4D6FF; }
a { background-color: rgb(212,214,255); }
div.DivClassName
{
background-color: #D4D6FF;
}
.BgClassName
{
background-color: #D4D6FF;
}
</style>
border-color css
<style>
span { border-color: #D4D6FF; }
span { border-color: rgb(212,214,255); }
td.TdClassName
{
border-color: #D4D6FF;
}
.TagClassName
{
border-color: #D4D6FF;
}
</style>