Shades of Lavender Blue #D4D4FF
Tints of Lavender Blue #D4D4FF
RGB
CMYK
RGB Variations
Color information
#D4D4FF (or 0xD4D4FF) is known color: Lavender Blue. HEX triplet: D4, D4 and FF. RGB value is (212,212,255). Sum of RGB (Red+Green+Blue) = 212+212+255=679 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.22% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D4FF is #2B2B00. Grayscale: #D8D8D8. Windows color (decimal): -2829057 or 16766164. OLE color: 16766164.
HSL color Cylindrical-coordinate representation of color #D4D4FF: hue angle of 240º 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 #D4D4FF is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 212 | 212 | 255 | - |
CMYK | 0.17 | 0.17 | 0 | 0 |
HSL | 240º | 1% | 0.92% | - |
HSV(B) | 240º | 0.17% | 1% | - |
XYZ | 68.74 | 68.3 | 104.17 | - |
YUV | 216.9 | 149.5 | 124.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 212 | 255 | 0.17 | 0.17 | 0 | 0 | 240 | 1 | 0.92 |
Hex | D4 | D4 | FF | 11 | 11 | 0 | 0 | F0 | 64 | 5C |
Octal | 324 | 324 | 377 | 21 | 21 | 0 | 0 | 360 | 144 | 134 |
Binary | 11010100 | 11010100 | 11111111 | 10001 | 10001 | 0 | 0 | 11110000 | 1100100 | 1011100 |
Color Harmonies of #D4D4FF
Complementary color
Monochromatic Colors of #D4D4FF
Black with #D4D4FF
Text Example
Text Example
White with #D4D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D4FF; }
p { color: rgb(212,212,255); }
H1.HeaderClassName
{
color: #D4D4FF;
}
.AnyTagClassName
{
color: #D4D4FF;
}
</style>
background-color css
<style>
a { background-color: #D4D4FF; }
a { background-color: rgb(212,212,255); }
div.DivClassName
{
background-color: #D4D4FF;
}
.BgClassName
{
background-color: #D4D4FF;
}
</style>
border-color css
<style>
span { border-color: #D4D4FF; }
span { border-color: rgb(212,212,255); }
td.TdClassName
{
border-color: #D4D4FF;
}
.TagClassName
{
border-color: #D4D4FF;
}
</style>