Shades of Prim #E3C3CD
Tints of Prim #E3C3CD
RGB
CMYK
RGB Variations
Color information
#E3C3CD (or 0xE3C3CD) is known color: Prim. HEX triplet: E3, C3 and CD. RGB value is (227,195,205). Sum of RGB (Red+Green+Blue) = 227+195+205=627 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.20% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 205 (80.47% from 255 or 32.70% from 627); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3C3CD is #1C3C32. Grayscale: #CDCDCD. Windows color (decimal): -1850419 or 13485027. OLE color: 13485027.
HSL color Cylindrical-coordinate representation of color #E3C3CD: hue angle of 341.25º 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 #E3C3CD is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 205 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.11 |
| HSL | 341.25º | 0.36% | 0.83% | - |
| HSV(B) | 341.25º | 0.14% | 0.89% | - |
| XYZ | 62.21 | 59.77 | 66.02 | - |
| YUV | 205.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 205 | 0 | 0.14 | 0.10 | 0.11 | 341.25 | 0.36 | 0.83 |
| Hex | E3 | C3 | CD | 0 | E | A | B | 155 | 24 | 53 |
| Octal | 343 | 303 | 315 | 0 | 16 | 12 | 13 | 525 | 44 | 123 |
| Binary | 11100011 | 11000011 | 11001101 | 0 | 1110 | 1010 | 1011 | 101010101 | 100100 | 1010011 |
Color Harmonies of #E3C3CD
Complementary color
Monochromatic Colors of #E3C3CD
Black with #E3C3CD
Text Example
Text Example
White with #E3C3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C3CD; }
p { color: rgb(227,195,205); }
H1.HeaderClassName
{
color: #E3C3CD;
}
.AnyTagClassName
{
color: #E3C3CD;
}
</style>
background-color css
<style>
a { background-color: #E3C3CD; }
a { background-color: rgb(227,195,205); }
div.DivClassName
{
background-color: #E3C3CD;
}
.BgClassName
{
background-color: #E3C3CD;
}
</style>
border-color css
<style>
span { border-color: #E3C3CD; }
span { border-color: rgb(227,195,205); }
td.TdClassName
{
border-color: #E3C3CD;
}
.TagClassName
{
border-color: #E3C3CD;
}
</style>