Shades of Prim #E5DADE
Tints of Prim #E5DADE
RGB
CMYK
RGB Variations
Color information
#E5DADE (or 0xE5DADE) is known color: Prim. HEX triplet: E5, DA and DE. RGB value is (229,218,222). Sum of RGB (Red+Green+Blue) = 229+218+222=669 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.23% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DADE is #1A2521. Grayscale: #DDDDDD. Windows color (decimal): -1713442 or 14605029. OLE color: 14605029.
HSL color Cylindrical-coordinate representation of color #E5DADE: hue angle of 338.18º degrees, saturation: 0.17, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E5DADE is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 218 | 222 | - |
CMYK | 0 | 0.05 | 0.03 | 0.10 |
HSL | 338.18º | 0.17% | 0.88% | - |
HSV(B) | 338.18º | 0.05% | 0.9% | - |
XYZ | 70.57 | 72.07 | 79.3 | - |
YUV | 221.75 | 128.14 | 133.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 218 | 222 | 0 | 0.05 | 0.03 | 0.10 | 338.18 | 0.17 | 0.88 |
Hex | E5 | DA | DE | 0 | 5 | 3 | A | 152 | 11 | 58 |
Octal | 345 | 332 | 336 | 0 | 5 | 3 | 12 | 522 | 21 | 130 |
Binary | 11100101 | 11011010 | 11011110 | 0 | 101 | 11 | 1010 | 101010010 | 10001 | 1011000 |
Color Harmonies of #E5DADE
Complementary color
Monochromatic Colors of #E5DADE
Black with #E5DADE
Text Example
Text Example
White with #E5DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DADE; }
p { color: rgb(229,218,222); }
H1.HeaderClassName
{
color: #E5DADE;
}
.AnyTagClassName
{
color: #E5DADE;
}
</style>
background-color css
<style>
a { background-color: #E5DADE; }
a { background-color: rgb(229,218,222); }
div.DivClassName
{
background-color: #E5DADE;
}
.BgClassName
{
background-color: #E5DADE;
}
</style>
border-color css
<style>
span { border-color: #E5DADE; }
span { border-color: rgb(229,218,222); }
td.TdClassName
{
border-color: #E5DADE;
}
.TagClassName
{
border-color: #E5DADE;
}
</style>