Shades of Prim #E3CCD5
Tints of Prim #E3CCD5
RGB
CMYK
RGB Variations
Color information
#E3CCD5 (or 0xE3CCD5) is known color: Prim. HEX triplet: E3, CC and D5. RGB value is (227,204,213). Sum of RGB (Red+Green+Blue) = 227+204+213=644 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.25% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CCD5 is #1C332A. Grayscale: #D3D3D3. Windows color (decimal): -1848107 or 14011619. OLE color: 14011619.
HSL color Cylindrical-coordinate representation of color #E3CCD5: hue angle of 336.52º 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 #E3CCD5 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 213 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.11 |
| HSL | 336.52º | 0.29% | 0.85% | - |
| HSV(B) | 336.52º | 0.1% | 0.89% | - |
| XYZ | 65.28 | 64.32 | 71.93 | - |
| YUV | 211.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 213 | 0 | 0.10 | 0.06 | 0.11 | 336.52 | 0.29 | 0.85 |
| Hex | E3 | CC | D5 | 0 | A | 6 | B | 151 | 1D | 55 |
| Octal | 343 | 314 | 325 | 0 | 12 | 6 | 13 | 521 | 35 | 125 |
| Binary | 11100011 | 11001100 | 11010101 | 0 | 1010 | 110 | 1011 | 101010001 | 11101 | 1010101 |
Color Harmonies of #E3CCD5
Complementary color
Monochromatic Colors of #E3CCD5
Black with #E3CCD5
Text Example
Text Example
White with #E3CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCD5; }
p { color: rgb(227,204,213); }
H1.HeaderClassName
{
color: #E3CCD5;
}
.AnyTagClassName
{
color: #E3CCD5;
}
</style>
background-color css
<style>
a { background-color: #E3CCD5; }
a { background-color: rgb(227,204,213); }
div.DivClassName
{
background-color: #E3CCD5;
}
.BgClassName
{
background-color: #E3CCD5;
}
</style>
border-color css
<style>
span { border-color: #E3CCD5; }
span { border-color: rgb(227,204,213); }
td.TdClassName
{
border-color: #E3CCD5;
}
.TagClassName
{
border-color: #E3CCD5;
}
</style>