Shades of Classic Rose #E5CADC
Tints of Classic Rose #E5CADC
RGB
CMYK
RGB Variations
Color information
#E5CADC (or 0xE5CADC) is known color: Classic Rose. HEX triplet: E5, CA and DC. RGB value is (229,202,220). Sum of RGB (Red+Green+Blue) = 229+202+220=651 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.18% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CADC is #1A3523. Grayscale: #D4D4D4. Windows color (decimal): -1717540 or 14469861. OLE color: 14469861.
HSL color Cylindrical-coordinate representation of color #E5CADC: hue angle of 320º 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 #E5CADC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 202 | 220 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.10 |
| HSL | 320º | 0.34% | 0.85% | - |
| HSV(B) | 320º | 0.12% | 0.9% | - |
| XYZ | 66.35 | 64.07 | 76.58 | - |
| YUV | 212.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 202 | 220 | 0 | 0.12 | 0.04 | 0.10 | 320 | 0.34 | 0.85 |
| Hex | E5 | CA | DC | 0 | C | 4 | A | 140 | 22 | 55 |
| Octal | 345 | 312 | 334 | 0 | 14 | 4 | 12 | 500 | 42 | 125 |
| Binary | 11100101 | 11001010 | 11011100 | 0 | 1100 | 100 | 1010 | 101000000 | 100010 | 1010101 |
Color Harmonies of #E5CADC
Complementary color
Monochromatic Colors of #E5CADC
Black with #E5CADC
Text Example
Text Example
White with #E5CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CADC; }
p { color: rgb(229,202,220); }
H1.HeaderClassName
{
color: #E5CADC;
}
.AnyTagClassName
{
color: #E5CADC;
}
</style>
background-color css
<style>
a { background-color: #E5CADC; }
a { background-color: rgb(229,202,220); }
div.DivClassName
{
background-color: #E5CADC;
}
.BgClassName
{
background-color: #E5CADC;
}
</style>
border-color css
<style>
span { border-color: #E5CADC; }
span { border-color: rgb(229,202,220); }
td.TdClassName
{
border-color: #E5CADC;
}
.TagClassName
{
border-color: #E5CADC;
}
</style>