Shades of Prim #E5CAD5
Tints of Prim #E5CAD5
RGB
CMYK
RGB Variations
Color information
#E5CAD5 (or 0xE5CAD5) is known color: Prim. HEX triplet: E5, CA and D5. RGB value is (229,202,213). Sum of RGB (Red+Green+Blue) = 229+202+213=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAD5 is #1A352A. Grayscale: #D3D3D3. Windows color (decimal): -1717547 or 14011109. OLE color: 14011109.
HSL color Cylindrical-coordinate representation of color #E5CAD5: hue angle of 335.56º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5CAD5 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 202 | 213 | - |
CMYK | 0 | 0.12 | 0.07 | 0.10 |
HSL | 335.56º | 0.34% | 0.85% | - |
HSV(B) | 335.56º | 0.12% | 0.9% | - |
XYZ | 65.44 | 63.7 | 71.8 | - |
YUV | 211.33 | 128.95 | 140.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 202 | 213 | 0 | 0.12 | 0.07 | 0.10 | 335.56 | 0.34 | 0.85 |
Hex | E5 | CA | D5 | 0 | C | 7 | A | 150 | 22 | 55 |
Octal | 345 | 312 | 325 | 0 | 14 | 7 | 12 | 520 | 42 | 125 |
Binary | 11100101 | 11001010 | 11010101 | 0 | 1100 | 111 | 1010 | 101010000 | 100010 | 1010101 |
Color Harmonies of #E5CAD5
Complementary color
Monochromatic Colors of #E5CAD5
Black with #E5CAD5
Text Example
Text Example
White with #E5CAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAD5; }
p { color: rgb(229,202,213); }
H1.HeaderClassName
{
color: #E5CAD5;
}
.AnyTagClassName
{
color: #E5CAD5;
}
</style>
background-color css
<style>
a { background-color: #E5CAD5; }
a { background-color: rgb(229,202,213); }
div.DivClassName
{
background-color: #E5CAD5;
}
.BgClassName
{
background-color: #E5CAD5;
}
</style>
border-color css
<style>
span { border-color: #E5CAD5; }
span { border-color: rgb(229,202,213); }
td.TdClassName
{
border-color: #E5CAD5;
}
.TagClassName
{
border-color: #E5CAD5;
}
</style>