Shades of Prim #E2C5CD
Tints of Prim #E2C5CD
RGB
CMYK
RGB Variations
Color information
#E2C5CD (or 0xE2C5CD) is known color: Prim. HEX triplet: E2, C5 and CD. RGB value is (226,197,205). Sum of RGB (Red+Green+Blue) = 226+197+205=628 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.99% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2C5CD is #1D3A32. Grayscale: #CECECE. Windows color (decimal): -1915443 or 13485538. OLE color: 13485538.
HSL color Cylindrical-coordinate representation of color #E2C5CD: hue angle of 343.45º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2C5CD is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 205 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.11 |
| HSL | 343.45º | 0.33% | 0.83% | - |
| HSV(B) | 343.45º | 0.13% | 0.89% | - |
| XYZ | 62.35 | 60.51 | 66.15 | - |
| YUV | 206.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 205 | 0 | 0.13 | 0.09 | 0.11 | 343.45 | 0.33 | 0.83 |
| Hex | E2 | C5 | CD | 0 | D | 9 | B | 157 | 21 | 53 |
| Octal | 342 | 305 | 315 | 0 | 15 | 11 | 13 | 527 | 41 | 123 |
| Binary | 11100010 | 11000101 | 11001101 | 0 | 1101 | 1001 | 1011 | 101010111 | 100001 | 1010011 |
Color Harmonies of #E2C5CD
Complementary color
Monochromatic Colors of #E2C5CD
Black with #E2C5CD
Text Example
Text Example
White with #E2C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C5CD; }
p { color: rgb(226,197,205); }
H1.HeaderClassName
{
color: #E2C5CD;
}
.AnyTagClassName
{
color: #E2C5CD;
}
</style>
background-color css
<style>
a { background-color: #E2C5CD; }
a { background-color: rgb(226,197,205); }
div.DivClassName
{
background-color: #E2C5CD;
}
.BgClassName
{
background-color: #E2C5CD;
}
</style>
border-color css
<style>
span { border-color: #E2C5CD; }
span { border-color: rgb(226,197,205); }
td.TdClassName
{
border-color: #E2C5CD;
}
.TagClassName
{
border-color: #E2C5CD;
}
</style>