Shades of Prim #E5C8CD
Tints of Prim #E5C8CD
RGB
CMYK
RGB Variations
Color information
#E5C8CD (or 0xE5C8CD) is known color: Prim. HEX triplet: E5, C8 and CD. RGB value is (229,200,205). Sum of RGB (Red+Green+Blue) = 229+200+205=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C8CD is #1A3732. Grayscale: #D1D1D1. Windows color (decimal): -1718067 or 13486309. OLE color: 13486309.
HSL color Cylindrical-coordinate representation of color #E5C8CD: hue angle of 349.66º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5C8CD is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 205 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.10 |
| HSL | 349.66º | 0.36% | 0.84% | - |
| HSV(B) | 349.66º | 0.13% | 0.9% | - |
| XYZ | 63.99 | 62.37 | 66.42 | - |
| YUV | 209.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 205 | 0 | 0.13 | 0.10 | 0.10 | 349.66 | 0.36 | 0.84 |
| Hex | E5 | C8 | CD | 0 | D | A | A | 15E | 24 | 54 |
| Octal | 345 | 310 | 315 | 0 | 15 | 12 | 12 | 536 | 44 | 124 |
| Binary | 11100101 | 11001000 | 11001101 | 0 | 1101 | 1010 | 1010 | 101011110 | 100100 | 1010100 |
Color Harmonies of #E5C8CD
Complementary color
Monochromatic Colors of #E5C8CD
Black with #E5C8CD
Text Example
Text Example
White with #E5C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C8CD; }
p { color: rgb(229,200,205); }
H1.HeaderClassName
{
color: #E5C8CD;
}
.AnyTagClassName
{
color: #E5C8CD;
}
</style>
background-color css
<style>
a { background-color: #E5C8CD; }
a { background-color: rgb(229,200,205); }
div.DivClassName
{
background-color: #E5C8CD;
}
.BgClassName
{
background-color: #E5C8CD;
}
</style>
border-color css
<style>
span { border-color: #E5C8CD; }
span { border-color: rgb(229,200,205); }
td.TdClassName
{
border-color: #E5C8CD;
}
.TagClassName
{
border-color: #E5C8CD;
}
</style>