Shades of Prim #E3C4D2
Tints of Prim #E3C4D2
RGB
CMYK
RGB Variations
Color information
#E3C4D2 (or 0xE3C4D2) is known color: Prim. HEX triplet: E3, C4 and D2. RGB value is (227,196,210). Sum of RGB (Red+Green+Blue) = 227+196+210=633 (83% of max value = 765). Red value is 227 (89.06% from 255 or 35.86% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 210 (82.42% from 255 or 33.18% from 633); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C4D2 is #1C3B2D. Grayscale: #CECECE. Windows color (decimal): -1850158 or 13812963. OLE color: 13812963.
HSL color Cylindrical-coordinate representation of color #E3C4D2: hue angle of 332.9º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E3C4D2 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 196 | 210 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.11 |
| HSL | 332.9º | 0.36% | 0.83% | - |
| HSV(B) | 332.9º | 0.14% | 0.89% | - |
| XYZ | 63.05 | 60.46 | 69.32 | - |
| YUV | 206.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 196 | 210 | 0 | 0.14 | 0.07 | 0.11 | 332.9 | 0.36 | 0.83 |
| Hex | E3 | C4 | D2 | 0 | E | 7 | B | 14D | 24 | 53 |
| Octal | 343 | 304 | 322 | 0 | 16 | 7 | 13 | 515 | 44 | 123 |
| Binary | 11100011 | 11000100 | 11010010 | 0 | 1110 | 111 | 1011 | 101001101 | 100100 | 1010011 |
Color Harmonies of #E3C4D2
Complementary color
Monochromatic Colors of #E3C4D2
Black with #E3C4D2
Text Example
Text Example
White with #E3C4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C4D2; }
p { color: rgb(227,196,210); }
H1.HeaderClassName
{
color: #E3C4D2;
}
.AnyTagClassName
{
color: #E3C4D2;
}
</style>
background-color css
<style>
a { background-color: #E3C4D2; }
a { background-color: rgb(227,196,210); }
div.DivClassName
{
background-color: #E3C4D2;
}
.BgClassName
{
background-color: #E3C4D2;
}
</style>
border-color css
<style>
span { border-color: #E3C4D2; }
span { border-color: rgb(227,196,210); }
td.TdClassName
{
border-color: #E3C4D2;
}
.TagClassName
{
border-color: #E3C4D2;
}
</style>