Shades of Prim #E3CCD0
Tints of Prim #E3CCD0
RGB
CMYK
RGB Variations
Color information
#E3CCD0 (or 0xE3CCD0) is known color: Prim. HEX triplet: E3, CC and D0. RGB value is (227,204,208). Sum of RGB (Red+Green+Blue) = 227+204+208=639 (84% of max value = 765). Red value is 227 (89.06% from 255 or 35.52% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CCD0 is #1C332F. Grayscale: #D3D3D3. Windows color (decimal): -1848112 or 13683939. OLE color: 13683939.
HSL color Cylindrical-coordinate representation of color #E3CCD0: hue angle of 349.57º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E3CCD0 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 208 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.11 |
| HSL | 349.57º | 0.29% | 0.85% | - |
| HSV(B) | 349.57º | 0.1% | 0.89% | - |
| XYZ | 64.66 | 64.07 | 68.63 | - |
| YUV | 211.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 208 | 0 | 0.10 | 0.08 | 0.11 | 349.57 | 0.29 | 0.85 |
| Hex | E3 | CC | D0 | 0 | A | 8 | B | 15E | 1D | 55 |
| Octal | 343 | 314 | 320 | 0 | 12 | 10 | 13 | 536 | 35 | 125 |
| Binary | 11100011 | 11001100 | 11010000 | 0 | 1010 | 1000 | 1011 | 101011110 | 11101 | 1010101 |
Color Harmonies of #E3CCD0
Complementary color
Monochromatic Colors of #E3CCD0
Black with #E3CCD0
Text Example
Text Example
White with #E3CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCD0; }
p { color: rgb(227,204,208); }
H1.HeaderClassName
{
color: #E3CCD0;
}
.AnyTagClassName
{
color: #E3CCD0;
}
</style>
background-color css
<style>
a { background-color: #E3CCD0; }
a { background-color: rgb(227,204,208); }
div.DivClassName
{
background-color: #E3CCD0;
}
.BgClassName
{
background-color: #E3CCD0;
}
</style>
border-color css
<style>
span { border-color: #E3CCD0; }
span { border-color: rgb(227,204,208); }
td.TdClassName
{
border-color: #E3CCD0;
}
.TagClassName
{
border-color: #E3CCD0;
}
</style>