Shades of Prim #E5C6CD
Tints of Prim #E5C6CD
RGB
CMYK
RGB Variations
Color information
#E5C6CD (or 0xE5C6CD) is known color: Prim. HEX triplet: E5, C6 and CD. RGB value is (229,198,205). Sum of RGB (Red+Green+Blue) = 229+198+205=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C6CD is #1A3932. Grayscale: #D0D0D0. Windows color (decimal): -1718579 or 13485797. OLE color: 13485797.
HSL color Cylindrical-coordinate representation of color #E5C6CD: hue angle of 346.45º degrees, saturation: 0.37, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C6CD is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 205 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.10 |
| HSL | 346.45º | 0.37% | 0.84% | - |
| HSV(B) | 346.45º | 0.14% | 0.9% | - |
| XYZ | 63.53 | 61.45 | 66.27 | - |
| YUV | 208.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 205 | 0 | 0.14 | 0.10 | 0.10 | 346.45 | 0.37 | 0.84 |
| Hex | E5 | C6 | CD | 0 | E | A | A | 15A | 25 | 54 |
| Octal | 345 | 306 | 315 | 0 | 16 | 12 | 12 | 532 | 45 | 124 |
| Binary | 11100101 | 11000110 | 11001101 | 0 | 1110 | 1010 | 1010 | 101011010 | 100101 | 1010100 |
Color Harmonies of #E5C6CD
Complementary color
Monochromatic Colors of #E5C6CD
Black with #E5C6CD
Text Example
Text Example
White with #E5C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C6CD; }
p { color: rgb(229,198,205); }
H1.HeaderClassName
{
color: #E5C6CD;
}
.AnyTagClassName
{
color: #E5C6CD;
}
</style>
background-color css
<style>
a { background-color: #E5C6CD; }
a { background-color: rgb(229,198,205); }
div.DivClassName
{
background-color: #E5C6CD;
}
.BgClassName
{
background-color: #E5C6CD;
}
</style>
border-color css
<style>
span { border-color: #E5C6CD; }
span { border-color: rgb(229,198,205); }
td.TdClassName
{
border-color: #E5C6CD;
}
.TagClassName
{
border-color: #E5C6CD;
}
</style>