Shades of Prim #E4CADA
Tints of Prim #E4CADA
RGB
CMYK
RGB Variations
Color information
#E4CADA (or 0xE4CADA) is known color: Prim. HEX triplet: E4, CA and DA. RGB value is (228,202,218). Sum of RGB (Red+Green+Blue) = 228+202+218=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CADA is #1B3525. Grayscale: #D3D3D3. Windows color (decimal): -1783078 or 14338788. OLE color: 14338788.
HSL color Cylindrical-coordinate representation of color #E4CADA: hue angle of 323.08º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CADA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 202 | 218 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.11 |
| HSL | 323.08º | 0.33% | 0.84% | - |
| HSV(B) | 323.08º | 0.11% | 0.89% | - |
| XYZ | 65.77 | 63.8 | 75.18 | - |
| YUV | 211.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 202 | 218 | 0 | 0.11 | 0.04 | 0.11 | 323.08 | 0.33 | 0.84 |
| Hex | E4 | CA | DA | 0 | B | 4 | B | 143 | 20 | 54 |
| Octal | 344 | 312 | 332 | 0 | 13 | 4 | 13 | 503 | 40 | 124 |
| Binary | 11100100 | 11001010 | 11011010 | 0 | 1011 | 100 | 1011 | 101000011 | 100000 | 1010100 |
Color Harmonies of #E4CADA
Complementary color
Monochromatic Colors of #E4CADA
Black with #E4CADA
Text Example
Text Example
White with #E4CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CADA; }
p { color: rgb(228,202,218); }
H1.HeaderClassName
{
color: #E4CADA;
}
.AnyTagClassName
{
color: #E4CADA;
}
</style>
background-color css
<style>
a { background-color: #E4CADA; }
a { background-color: rgb(228,202,218); }
div.DivClassName
{
background-color: #E4CADA;
}
.BgClassName
{
background-color: #E4CADA;
}
</style>
border-color css
<style>
span { border-color: #E4CADA; }
span { border-color: rgb(228,202,218); }
td.TdClassName
{
border-color: #E4CADA;
}
.TagClassName
{
border-color: #E4CADA;
}
</style>