Shades of Prim #E5CAD4
Tints of Prim #E5CAD4
RGB
CMYK
RGB Variations
Color information
#E5CAD4 (or 0xE5CAD4) is known color: Prim. HEX triplet: E5, CA and D4. RGB value is (229,202,212). Sum of RGB (Red+Green+Blue) = 229+202+212=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAD4 is #1A352B. Grayscale: #D3D3D3. Windows color (decimal): -1717548 or 13945573. OLE color: 13945573.
HSL color Cylindrical-coordinate representation of color #E5CAD4: hue angle of 337.78º 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 #E5CAD4 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 202 | 212 | - |
CMYK | 0 | 0.12 | 0.07 | 0.10 |
HSL | 337.78º | 0.34% | 0.85% | - |
HSV(B) | 337.78º | 0.12% | 0.9% | - |
XYZ | 65.32 | 63.65 | 71.13 | - |
YUV | 211.21 | 128.45 | 140.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 202 | 212 | 0 | 0.12 | 0.07 | 0.10 | 337.78 | 0.34 | 0.85 |
Hex | E5 | CA | D4 | 0 | C | 7 | A | 152 | 22 | 55 |
Octal | 345 | 312 | 324 | 0 | 14 | 7 | 12 | 522 | 42 | 125 |
Binary | 11100101 | 11001010 | 11010100 | 0 | 1100 | 111 | 1010 | 101010010 | 100010 | 1010101 |
Color Harmonies of #E5CAD4
Complementary color
Monochromatic Colors of #E5CAD4
Black with #E5CAD4
Text Example
Text Example
White with #E5CAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CAD4; }
p { color: rgb(229,202,212); }
H1.HeaderClassName
{
color: #E5CAD4;
}
.AnyTagClassName
{
color: #E5CAD4;
}
</style>
background-color css
<style>
a { background-color: #E5CAD4; }
a { background-color: rgb(229,202,212); }
div.DivClassName
{
background-color: #E5CAD4;
}
.BgClassName
{
background-color: #E5CAD4;
}
</style>
border-color css
<style>
span { border-color: #E5CAD4; }
span { border-color: rgb(229,202,212); }
td.TdClassName
{
border-color: #E5CAD4;
}
.TagClassName
{
border-color: #E5CAD4;
}
</style>