Shades of Lavender #E5DBFC
Tints of Lavender #E5DBFC
RGB
CMYK
RGB Variations
Color information
#E5DBFC (or 0xE5DBFC) is known color: Lavender. HEX triplet: E5, DB and FC. RGB value is (229,219,252). Sum of RGB (Red+Green+Blue) = 229+219+252=700 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.71% from 700); Green value is 219 (85.94% from 255 or 31.29% from 700); Blue value is 252 (98.83% from 255 or 36% from 700); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5DBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DBFC is #1A2403. Grayscale: #E1E1E1. Windows color (decimal): -1713156 or 16571365. OLE color: 16571365.
HSL color Cylindrical-coordinate representation of color #E5DBFC: hue angle of 258.18º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5DBFC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 229 | 219 | 252 | - |
CMYK | 0.09 | 0.13 | 0 | 0.01 |
HSL | 258.18º | 0.85% | 0.92% | - |
HSV(B) | 258.18º | 0.13% | 0.99% | - |
XYZ | 75.22 | 74.35 | 102.48 | - |
YUV | 225.75 | 142.81 | 130.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 219 | 252 | 0.09 | 0.13 | 0 | 0.01 | 258.18 | 0.85 | 0.92 |
Hex | E5 | DB | FC | 9 | D | 0 | 1 | 102 | 55 | 5C |
Octal | 345 | 333 | 374 | 11 | 15 | 0 | 1 | 402 | 125 | 134 |
Binary | 11100101 | 11011011 | 11111100 | 1001 | 1101 | 0 | 1 | 100000010 | 1010101 | 1011100 |
Color Harmonies of #E5DBFC
Complementary color
Monochromatic Colors of #E5DBFC
Black with #E5DBFC
Text Example
Text Example
White with #E5DBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBFC; }
p { color: rgb(229,219,252); }
H1.HeaderClassName
{
color: #E5DBFC;
}
.AnyTagClassName
{
color: #E5DBFC;
}
</style>
background-color css
<style>
a { background-color: #E5DBFC; }
a { background-color: rgb(229,219,252); }
div.DivClassName
{
background-color: #E5DBFC;
}
.BgClassName
{
background-color: #E5DBFC;
}
</style>
border-color css
<style>
span { border-color: #E5DBFC; }
span { border-color: rgb(229,219,252); }
td.TdClassName
{
border-color: #E5DBFC;
}
.TagClassName
{
border-color: #E5DBFC;
}
</style>