Shades of Prim #E3CCDA
Tints of Prim #E3CCDA
RGB
CMYK
RGB Variations
Color information
#E3CCDA (or 0xE3CCDA) is known color: Prim. HEX triplet: E3, CC and DA. RGB value is (227,204,218). Sum of RGB (Red+Green+Blue) = 227+204+218=649 (85% of max value = 765). Red value is 227 (89.06% from 255 or 34.98% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CCDA is #1C3325. Grayscale: #D4D4D4. Windows color (decimal): -1848102 or 14339299. OLE color: 14339299.
HSL color Cylindrical-coordinate representation of color #E3CCDA: hue angle of 323.48º 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 #E3CCDA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 218 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.11 |
| HSL | 323.48º | 0.29% | 0.85% | - |
| HSV(B) | 323.48º | 0.1% | 0.89% | - |
| XYZ | 65.93 | 64.58 | 75.32 | - |
| YUV | 212.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 218 | 0 | 0.10 | 0.04 | 0.11 | 323.48 | 0.29 | 0.85 |
| Hex | E3 | CC | DA | 0 | A | 4 | B | 143 | 1D | 55 |
| Octal | 343 | 314 | 332 | 0 | 12 | 4 | 13 | 503 | 35 | 125 |
| Binary | 11100011 | 11001100 | 11011010 | 0 | 1010 | 100 | 1011 | 101000011 | 11101 | 1010101 |
Color Harmonies of #E3CCDA
Complementary color
Monochromatic Colors of #E3CCDA
Black with #E3CCDA
Text Example
Text Example
White with #E3CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCDA; }
p { color: rgb(227,204,218); }
H1.HeaderClassName
{
color: #E3CCDA;
}
.AnyTagClassName
{
color: #E3CCDA;
}
</style>
background-color css
<style>
a { background-color: #E3CCDA; }
a { background-color: rgb(227,204,218); }
div.DivClassName
{
background-color: #E3CCDA;
}
.BgClassName
{
background-color: #E3CCDA;
}
</style>
border-color css
<style>
span { border-color: #E3CCDA; }
span { border-color: rgb(227,204,218); }
td.TdClassName
{
border-color: #E3CCDA;
}
.TagClassName
{
border-color: #E3CCDA;
}
</style>