Shades of Prim #E3CCD3
Tints of Prim #E3CCD3
RGB
CMYK
RGB Variations
Color information
#E3CCD3 (or 0xE3CCD3) is known color: Prim. HEX triplet: E3, CC and D3. RGB value is (227,204,211). Sum of RGB (Red+Green+Blue) = 227+204+211=642 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.36% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CCD3 is #1C332C. Grayscale: #D3D3D3. Windows color (decimal): -1848109 or 13880547. OLE color: 13880547.
HSL color Cylindrical-coordinate representation of color #E3CCD3: hue angle of 341.74º 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 #E3CCD3 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 211 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.11 |
| HSL | 341.74º | 0.29% | 0.85% | - |
| HSV(B) | 341.74º | 0.1% | 0.89% | - |
| XYZ | 65.03 | 64.22 | 70.6 | - |
| YUV | 211.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 211 | 0 | 0.10 | 0.07 | 0.11 | 341.74 | 0.29 | 0.85 |
| Hex | E3 | CC | D3 | 0 | A | 7 | B | 156 | 1D | 55 |
| Octal | 343 | 314 | 323 | 0 | 12 | 7 | 13 | 526 | 35 | 125 |
| Binary | 11100011 | 11001100 | 11010011 | 0 | 1010 | 111 | 1011 | 101010110 | 11101 | 1010101 |
Color Harmonies of #E3CCD3
Complementary color
Monochromatic Colors of #E3CCD3
Black with #E3CCD3
Text Example
Text Example
White with #E3CCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCD3; }
p { color: rgb(227,204,211); }
H1.HeaderClassName
{
color: #E3CCD3;
}
.AnyTagClassName
{
color: #E3CCD3;
}
</style>
background-color css
<style>
a { background-color: #E3CCD3; }
a { background-color: rgb(227,204,211); }
div.DivClassName
{
background-color: #E3CCD3;
}
.BgClassName
{
background-color: #E3CCD3;
}
</style>
border-color css
<style>
span { border-color: #E3CCD3; }
span { border-color: rgb(227,204,211); }
td.TdClassName
{
border-color: #E3CCD3;
}
.TagClassName
{
border-color: #E3CCD3;
}
</style>