Shades of Prim #E4DBDF
Tints of Prim #E4DBDF
RGB
CMYK
RGB Variations
Color information
#E4DBDF (or 0xE4DBDF) is known color: Prim. HEX triplet: E4, DB and DF. RGB value is (228,219,223). Sum of RGB (Red+Green+Blue) = 228+219+223=670 (88% of max value = 765). Red value is 228 (89.45% from 255 or 34.03% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DBDF is #1B2420. Grayscale: #DEDEDE. Windows color (decimal): -1778721 or 14670820. OLE color: 14670820.
HSL color Cylindrical-coordinate representation of color #E4DBDF: hue angle of 333.33º degrees, saturation: 0.14, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E4DBDF is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 219 | 223 | - |
CMYK | 0 | 0.04 | 0.02 | 0.11 |
HSL | 333.33º | 0.14% | 0.88% | - |
HSV(B) | 333.33º | 0.04% | 0.89% | - |
XYZ | 70.65 | 72.48 | 80.08 | - |
YUV | 222.15 | 128.48 | 132.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 219 | 223 | 0 | 0.04 | 0.02 | 0.11 | 333.33 | 0.14 | 0.88 |
Hex | E4 | DB | DF | 0 | 4 | 2 | B | 14D | E | 58 |
Octal | 344 | 333 | 337 | 0 | 4 | 2 | 13 | 515 | 16 | 130 |
Binary | 11100100 | 11011011 | 11011111 | 0 | 100 | 10 | 1011 | 101001101 | 1110 | 1011000 |
Color Harmonies of #E4DBDF
Complementary color
Monochromatic Colors of #E4DBDF
Black with #E4DBDF
Text Example
Text Example
White with #E4DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DBDF; }
p { color: rgb(228,219,223); }
H1.HeaderClassName
{
color: #E4DBDF;
}
.AnyTagClassName
{
color: #E4DBDF;
}
</style>
background-color css
<style>
a { background-color: #E4DBDF; }
a { background-color: rgb(228,219,223); }
div.DivClassName
{
background-color: #E4DBDF;
}
.BgClassName
{
background-color: #E4DBDF;
}
</style>
border-color css
<style>
span { border-color: #E4DBDF; }
span { border-color: rgb(228,219,223); }
td.TdClassName
{
border-color: #E4DBDF;
}
.TagClassName
{
border-color: #E4DBDF;
}
</style>