Shades of Prim #E5DBDF
Tints of Prim #E5DBDF
RGB
CMYK
RGB Variations
Color information
#E5DBDF (or 0xE5DBDF) is known color: Prim. HEX triplet: E5, DB and DF. RGB value is (229,219,223). Sum of RGB (Red+Green+Blue) = 229+219+223=671 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.13% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DBDF is #1A2420. Grayscale: #DEDEDE. Windows color (decimal): -1713185 or 14670821. OLE color: 14670821.
HSL color Cylindrical-coordinate representation of color #E5DBDF: hue angle of 336º degrees, saturation: 0.16, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DBDF is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 219 | 223 | - |
CMYK | 0 | 0.04 | 0.03 | 0.10 |
HSL | 336º | 0.16% | 0.88% | - |
HSV(B) | 336º | 0.04% | 0.9% | - |
XYZ | 70.96 | 72.65 | 80.09 | - |
YUV | 222.45 | 128.31 | 132.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 219 | 223 | 0 | 0.04 | 0.03 | 0.10 | 336 | 0.16 | 0.88 |
Hex | E5 | DB | DF | 0 | 4 | 3 | A | 150 | 10 | 58 |
Octal | 345 | 333 | 337 | 0 | 4 | 3 | 12 | 520 | 20 | 130 |
Binary | 11100101 | 11011011 | 11011111 | 0 | 100 | 11 | 1010 | 101010000 | 10000 | 1011000 |
Color Harmonies of #E5DBDF
Complementary color
Monochromatic Colors of #E5DBDF
Black with #E5DBDF
Text Example
Text Example
White with #E5DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DBDF; }
p { color: rgb(229,219,223); }
H1.HeaderClassName
{
color: #E5DBDF;
}
.AnyTagClassName
{
color: #E5DBDF;
}
</style>
background-color css
<style>
a { background-color: #E5DBDF; }
a { background-color: rgb(229,219,223); }
div.DivClassName
{
background-color: #E5DBDF;
}
.BgClassName
{
background-color: #E5DBDF;
}
</style>
border-color css
<style>
span { border-color: #E5DBDF; }
span { border-color: rgb(229,219,223); }
td.TdClassName
{
border-color: #E5DBDF;
}
.TagClassName
{
border-color: #E5DBDF;
}
</style>