Shades of Prim #E2CCD0
Tints of Prim #E2CCD0
RGB
CMYK
RGB Variations
Color information
#E2CCD0 (or 0xE2CCD0) is known color: Prim. HEX triplet: E2, CC and D0. RGB value is (226,204,208). Sum of RGB (Red+Green+Blue) = 226+204+208=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CCD0 is #1D332F. Grayscale: #D3D3D3. Windows color (decimal): -1913648 or 13683938. OLE color: 13683938.
HSL color Cylindrical-coordinate representation of color #E2CCD0: hue angle of 349.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CCD0 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 208 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.11 |
| HSL | 349.09º | 0.28% | 0.84% | - |
| HSV(B) | 349.09º | 0.1% | 0.89% | - |
| XYZ | 64.34 | 63.91 | 68.62 | - |
| YUV | 211.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 208 | 0 | 0.10 | 0.08 | 0.11 | 349.09 | 0.28 | 0.84 |
| Hex | E2 | CC | D0 | 0 | A | 8 | B | 15D | 1C | 54 |
| Octal | 342 | 314 | 320 | 0 | 12 | 10 | 13 | 535 | 34 | 124 |
| Binary | 11100010 | 11001100 | 11010000 | 0 | 1010 | 1000 | 1011 | 101011101 | 11100 | 1010100 |
Color Harmonies of #E2CCD0
Complementary color
Monochromatic Colors of #E2CCD0
Black with #E2CCD0
Text Example
Text Example
White with #E2CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CCD0; }
p { color: rgb(226,204,208); }
H1.HeaderClassName
{
color: #E2CCD0;
}
.AnyTagClassName
{
color: #E2CCD0;
}
</style>
background-color css
<style>
a { background-color: #E2CCD0; }
a { background-color: rgb(226,204,208); }
div.DivClassName
{
background-color: #E2CCD0;
}
.BgClassName
{
background-color: #E2CCD0;
}
</style>
border-color css
<style>
span { border-color: #E2CCD0; }
span { border-color: rgb(226,204,208); }
td.TdClassName
{
border-color: #E2CCD0;
}
.TagClassName
{
border-color: #E2CCD0;
}
</style>