Shades of Prim #E1DBDF
Tints of Prim #E1DBDF
RGB
CMYK
RGB Variations
Color information
#E1DBDF (or 0xE1DBDF) is known color: Prim. HEX triplet: E1, DB and DF. RGB value is (225,219,223). Sum of RGB (Red+Green+Blue) = 225+219+223=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DBDF is #1E2420. Grayscale: #DDDDDD. Windows color (decimal): -1975329 or 14670817. OLE color: 14670817.
HSL color Cylindrical-coordinate representation of color #E1DBDF: hue angle of 320º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1DBDF is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
RGB | 225 | 219 | 223 | - |
CMYK | 0 | 0.03 | 0.01 | 0.12 |
HSL | 320º | 0.09% | 0.87% | - |
HSV(B) | 320º | 0.03% | 0.88% | - |
XYZ | 69.7 | 72 | 80.04 | - |
YUV | 221.25 | 128.99 | 130.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 219 | 223 | 0 | 0.03 | 0.01 | 0.12 | 320 | 0.09 | 0.87 |
Hex | E1 | DB | DF | 0 | 3 | 1 | C | 140 | 9 | 57 |
Octal | 341 | 333 | 337 | 0 | 3 | 1 | 14 | 500 | 11 | 127 |
Binary | 11100001 | 11011011 | 11011111 | 0 | 11 | 1 | 1100 | 101000000 | 1001 | 1010111 |
Color Harmonies of #E1DBDF
Complementary color
Monochromatic Colors of #E1DBDF
Black with #E1DBDF
Text Example
Text Example
White with #E1DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DBDF; }
p { color: rgb(225,219,223); }
H1.HeaderClassName
{
color: #E1DBDF;
}
.AnyTagClassName
{
color: #E1DBDF;
}
</style>
background-color css
<style>
a { background-color: #E1DBDF; }
a { background-color: rgb(225,219,223); }
div.DivClassName
{
background-color: #E1DBDF;
}
.BgClassName
{
background-color: #E1DBDF;
}
</style>
border-color css
<style>
span { border-color: #E1DBDF; }
span { border-color: rgb(225,219,223); }
td.TdClassName
{
border-color: #E1DBDF;
}
.TagClassName
{
border-color: #E1DBDF;
}
</style>