Shades of Prim #E7DAE2
Tints of Prim #E7DAE2
RGB
CMYK
RGB Variations
Color information
#E7DAE2 (or 0xE7DAE2) is known color: Prim. HEX triplet: E7, DA and E2. RGB value is (231,218,226). Sum of RGB (Red+Green+Blue) = 231+218+226=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 226 (88.67% from 255 or 33.48% from 675); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DAE2 is #18251D. Grayscale: #DEDEDE. Windows color (decimal): -1582366 or 14867175. OLE color: 14867175.
HSL color Cylindrical-coordinate representation of color #E7DAE2: hue angle of 323.08º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E7DAE2 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 218 | 226 | - |
CMYK | 0 | 0.06 | 0.02 | 0.09 |
HSL | 323.08º | 0.21% | 0.88% | - |
HSV(B) | 323.08º | 0.06% | 0.91% | - |
XYZ | 71.75 | 72.62 | 82.19 | - |
YUV | 222.8 | 129.81 | 133.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 218 | 226 | 0 | 0.06 | 0.02 | 0.09 | 323.08 | 0.21 | 0.88 |
Hex | E7 | DA | E2 | 0 | 6 | 2 | 9 | 143 | 15 | 58 |
Octal | 347 | 332 | 342 | 0 | 6 | 2 | 11 | 503 | 25 | 130 |
Binary | 11100111 | 11011010 | 11100010 | 0 | 110 | 10 | 1001 | 101000011 | 10101 | 1011000 |
Color Harmonies of #E7DAE2
Complementary color
Monochromatic Colors of #E7DAE2
Black with #E7DAE2
Text Example
Text Example
White with #E7DAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DAE2; }
p { color: rgb(231,218,226); }
H1.HeaderClassName
{
color: #E7DAE2;
}
.AnyTagClassName
{
color: #E7DAE2;
}
</style>
background-color css
<style>
a { background-color: #E7DAE2; }
a { background-color: rgb(231,218,226); }
div.DivClassName
{
background-color: #E7DAE2;
}
.BgClassName
{
background-color: #E7DAE2;
}
</style>
border-color css
<style>
span { border-color: #E7DAE2; }
span { border-color: rgb(231,218,226); }
td.TdClassName
{
border-color: #E7DAE2;
}
.TagClassName
{
border-color: #E7DAE2;
}
</style>