Shades of Prim #E2D6DC
Tints of Prim #E2D6DC
RGB
CMYK
RGB Variations
Color information
#E2D6DC (or 0xE2D6DC) is known color: Prim. HEX triplet: E2, D6 and DC. RGB value is (226,214,220). Sum of RGB (Red+Green+Blue) = 226+214+220=660 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.24% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6DC is #1D2923. Grayscale: #DADADA. Windows color (decimal): -1911076 or 14472930. OLE color: 14472930.
HSL color Cylindrical-coordinate representation of color #E2D6DC: hue angle of 330º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2D6DC is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 214 | 220 | - |
CMYK | 0 | 0.05 | 0.03 | 0.11 |
HSL | 330º | 0.17% | 0.86% | - |
HSV(B) | 330º | 0.05% | 0.89% | - |
XYZ | 68.33 | 69.43 | 77.51 | - |
YUV | 218.27 | 128.98 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 214 | 220 | 0 | 0.05 | 0.03 | 0.11 | 330 | 0.17 | 0.86 |
Hex | E2 | D6 | DC | 0 | 5 | 3 | B | 14A | 11 | 56 |
Octal | 342 | 326 | 334 | 0 | 5 | 3 | 13 | 512 | 21 | 126 |
Binary | 11100010 | 11010110 | 11011100 | 0 | 101 | 11 | 1011 | 101001010 | 10001 | 1010110 |
Color Harmonies of #E2D6DC
Complementary color
Monochromatic Colors of #E2D6DC
Black with #E2D6DC
Text Example
Text Example
White with #E2D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D6DC; }
p { color: rgb(226,214,220); }
H1.HeaderClassName
{
color: #E2D6DC;
}
.AnyTagClassName
{
color: #E2D6DC;
}
</style>
background-color css
<style>
a { background-color: #E2D6DC; }
a { background-color: rgb(226,214,220); }
div.DivClassName
{
background-color: #E2D6DC;
}
.BgClassName
{
background-color: #E2D6DC;
}
</style>
border-color css
<style>
span { border-color: #E2D6DC; }
span { border-color: rgb(226,214,220); }
td.TdClassName
{
border-color: #E2D6DC;
}
.TagClassName
{
border-color: #E2D6DC;
}
</style>