Shades of Lavender Blue #D4D5FF
Tints of Lavender Blue #D4D5FF
RGB
CMYK
RGB Variations
Color information
#D4D5FF (or 0xD4D5FF) is known color: Lavender Blue. HEX triplet: D4, D5 and FF. RGB value is (212,213,255). Sum of RGB (Red+Green+Blue) = 212+213+255=680 (90% of max value = 765). Red value is 212 (83.20% from 255 or 31.18% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4D5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4D5FF is #2B2A00. Grayscale: #D9D9D9. Windows color (decimal): -2828801 or 16766420. OLE color: 16766420.
HSL color Cylindrical-coordinate representation of color #D4D5FF: hue angle of 238.6º 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 #D4D5FF is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 212 | 213 | 255 | - |
CMYK | 0.17 | 0.16 | 0 | 0 |
HSL | 238.6º | 1% | 0.92% | - |
HSV(B) | 238.6º | 0.17% | 1% | - |
XYZ | 69 | 68.81 | 104.25 | - |
YUV | 217.49 | 149.17 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 213 | 255 | 0.17 | 0.16 | 0 | 0 | 238.6 | 1 | 0.92 |
Hex | D4 | D5 | FF | 11 | 10 | 0 | 0 | EF | 64 | 5C |
Octal | 324 | 325 | 377 | 21 | 20 | 0 | 0 | 357 | 144 | 134 |
Binary | 11010100 | 11010101 | 11111111 | 10001 | 10000 | 0 | 0 | 11101111 | 1100100 | 1011100 |
Color Harmonies of #D4D5FF
Complementary color
Monochromatic Colors of #D4D5FF
Black with #D4D5FF
Text Example
Text Example
White with #D4D5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D5FF; }
p { color: rgb(212,213,255); }
H1.HeaderClassName
{
color: #D4D5FF;
}
.AnyTagClassName
{
color: #D4D5FF;
}
</style>
background-color css
<style>
a { background-color: #D4D5FF; }
a { background-color: rgb(212,213,255); }
div.DivClassName
{
background-color: #D4D5FF;
}
.BgClassName
{
background-color: #D4D5FF;
}
</style>
border-color css
<style>
span { border-color: #D4D5FF; }
span { border-color: rgb(212,213,255); }
td.TdClassName
{
border-color: #D4D5FF;
}
.TagClassName
{
border-color: #D4D5FF;
}
</style>