Shades of Prim #E2CDD1
Tints of Prim #E2CDD1
RGB
CMYK
RGB Variations
Color information
#E2CDD1 (or 0xE2CDD1) is known color: Prim. HEX triplet: E2, CD and D1. RGB value is (226,205,209). Sum of RGB (Red+Green+Blue) = 226+205+209=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDD1 is #1D322E. Grayscale: #D3D3D3. Windows color (decimal): -1913391 or 13749730. OLE color: 13749730.
HSL color Cylindrical-coordinate representation of color #E2CDD1: hue angle of 348.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CDD1 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 209 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.11 |
| HSL | 348.57º | 0.27% | 0.85% | - |
| HSV(B) | 348.57º | 0.09% | 0.89% | - |
| XYZ | 64.7 | 64.43 | 69.35 | - |
| YUV | 211.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 209 | 0 | 0.09 | 0.08 | 0.11 | 348.57 | 0.27 | 0.85 |
| Hex | E2 | CD | D1 | 0 | 9 | 8 | B | 15D | 1B | 55 |
| Octal | 342 | 315 | 321 | 0 | 11 | 10 | 13 | 535 | 33 | 125 |
| Binary | 11100010 | 11001101 | 11010001 | 0 | 1001 | 1000 | 1011 | 101011101 | 11011 | 1010101 |
Color Harmonies of #E2CDD1
Complementary color
Monochromatic Colors of #E2CDD1
Black with #E2CDD1
Text Example
Text Example
White with #E2CDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDD1; }
p { color: rgb(226,205,209); }
H1.HeaderClassName
{
color: #E2CDD1;
}
.AnyTagClassName
{
color: #E2CDD1;
}
</style>
background-color css
<style>
a { background-color: #E2CDD1; }
a { background-color: rgb(226,205,209); }
div.DivClassName
{
background-color: #E2CDD1;
}
.BgClassName
{
background-color: #E2CDD1;
}
</style>
border-color css
<style>
span { border-color: #E2CDD1; }
span { border-color: rgb(226,205,209); }
td.TdClassName
{
border-color: #E2CDD1;
}
.TagClassName
{
border-color: #E2CDD1;
}
</style>