Shades of Prim #E4DFE2
Tints of Prim #E4DFE2
RGB
CMYK
RGB Variations
Color information
#E4DFE2 (or 0xE4DFE2) is known color: Prim. HEX triplet: E4, DF and E2. RGB value is (228,223,226). Sum of RGB (Red+Green+Blue) = 228+223+226=677 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.68% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DFE2 is #1B201D. Grayscale: #E0E0E0. Windows color (decimal): -1777694 or 14868452. OLE color: 14868452.
HSL color Cylindrical-coordinate representation of color #E4DFE2: hue angle of 324º degrees, saturation: 0.08, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E4DFE2 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
RGB | 228 | 223 | 226 | - |
CMYK | 0 | 0.02 | 0.01 | 0.11 |
HSL | 324º | 0.08% | 0.88% | - |
HSV(B) | 324º | 0.02% | 0.89% | - |
XYZ | 72.11 | 74.76 | 82.58 | - |
YUV | 224.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 223 | 226 | 0 | 0.02 | 0.01 | 0.11 | 324 | 0.08 | 0.88 |
Hex | E4 | DF | E2 | 0 | 2 | 1 | B | 144 | 8 | 58 |
Octal | 344 | 337 | 342 | 0 | 2 | 1 | 13 | 504 | 10 | 130 |
Binary | 11100100 | 11011111 | 11100010 | 0 | 10 | 1 | 1011 | 101000100 | 1000 | 1011000 |
Color Harmonies of #E4DFE2
Complementary color
Monochromatic Colors of #E4DFE2
Black with #E4DFE2
Text Example
Text Example
White with #E4DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DFE2; }
p { color: rgb(228,223,226); }
H1.HeaderClassName
{
color: #E4DFE2;
}
.AnyTagClassName
{
color: #E4DFE2;
}
</style>
background-color css
<style>
a { background-color: #E4DFE2; }
a { background-color: rgb(228,223,226); }
div.DivClassName
{
background-color: #E4DFE2;
}
.BgClassName
{
background-color: #E4DFE2;
}
</style>
border-color css
<style>
span { border-color: #E4DFE2; }
span { border-color: rgb(228,223,226); }
td.TdClassName
{
border-color: #E4DFE2;
}
.TagClassName
{
border-color: #E4DFE2;
}
</style>