Shades of Prim #E1DEDF
Tints of Prim #E1DEDF
RGB
CMYK
RGB Variations
Color information
#E1DEDF (or 0xE1DEDF) is known color: Prim. HEX triplet: E1, DE and DF. RGB value is (225,222,223). Sum of RGB (Red+Green+Blue) = 225+222+223=670 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.58% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DEDF is #1E2120. Grayscale: #DFDFDF. Windows color (decimal): -1974561 or 14671585. OLE color: 14671585.
HSL color Cylindrical-coordinate representation of color #E1DEDF: hue angle of 340º degrees, saturation: 0.05, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E1DEDF is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
RGB | 225 | 222 | 223 | - |
CMYK | 0 | 0.01 | 0.01 | 0.12 |
HSL | 340º | 0.05% | 0.88% | - |
HSV(B) | 340º | 0.01% | 0.88% | - |
XYZ | 70.49 | 73.58 | 80.3 | - |
YUV | 223.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 222 | 223 | 0 | 0.01 | 0.01 | 0.12 | 340 | 0.05 | 0.88 |
Hex | E1 | DE | DF | 0 | 1 | 1 | C | 154 | 5 | 58 |
Octal | 341 | 336 | 337 | 0 | 1 | 1 | 14 | 524 | 5 | 130 |
Binary | 11100001 | 11011110 | 11011111 | 0 | 1 | 1 | 1100 | 101010100 | 101 | 1011000 |
Color Harmonies of #E1DEDF
Complementary color
Monochromatic Colors of #E1DEDF
Black with #E1DEDF
Text Example
Text Example
White with #E1DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DEDF; }
p { color: rgb(225,222,223); }
H1.HeaderClassName
{
color: #E1DEDF;
}
.AnyTagClassName
{
color: #E1DEDF;
}
</style>
background-color css
<style>
a { background-color: #E1DEDF; }
a { background-color: rgb(225,222,223); }
div.DivClassName
{
background-color: #E1DEDF;
}
.BgClassName
{
background-color: #E1DEDF;
}
</style>
border-color css
<style>
span { border-color: #E1DEDF; }
span { border-color: rgb(225,222,223); }
td.TdClassName
{
border-color: #E1DEDF;
}
.TagClassName
{
border-color: #E1DEDF;
}
</style>