Shades of Classic Rose #E9CADE
Tints of Classic Rose #E9CADE
RGB
CMYK
RGB Variations
Color information
#E9CADE (or 0xE9CADE) is known color: Classic Rose. HEX triplet: E9, CA and DE. RGB value is (233,202,222). Sum of RGB (Red+Green+Blue) = 233+202+222=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CADE is #163521. Grayscale: #D5D5D5. Windows color (decimal): -1455394 or 14600937. OLE color: 14600937.
HSL color Cylindrical-coordinate representation of color #E9CADE: hue angle of 321.29º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9CADE is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 202 | 222 | - |
CMYK | 0 | 0.13 | 0.05 | 0.09 |
HSL | 321.29º | 0.41% | 0.85% | - |
HSV(B) | 321.29º | 0.13% | 0.91% | - |
XYZ | 67.91 | 64.84 | 78.04 | - |
YUV | 213.55 | 132.77 | 141.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 202 | 222 | 0 | 0.13 | 0.05 | 0.09 | 321.29 | 0.41 | 0.85 |
Hex | E9 | CA | DE | 0 | D | 5 | 9 | 141 | 29 | 55 |
Octal | 351 | 312 | 336 | 0 | 15 | 5 | 11 | 501 | 51 | 125 |
Binary | 11101001 | 11001010 | 11011110 | 0 | 1101 | 101 | 1001 | 101000001 | 101001 | 1010101 |
Color Harmonies of #E9CADE
Complementary color
Monochromatic Colors of #E9CADE
Black with #E9CADE
Text Example
Text Example
White with #E9CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CADE; }
p { color: rgb(233,202,222); }
H1.HeaderClassName
{
color: #E9CADE;
}
.AnyTagClassName
{
color: #E9CADE;
}
</style>
background-color css
<style>
a { background-color: #E9CADE; }
a { background-color: rgb(233,202,222); }
div.DivClassName
{
background-color: #E9CADE;
}
.BgClassName
{
background-color: #E9CADE;
}
</style>
border-color css
<style>
span { border-color: #E9CADE; }
span { border-color: rgb(233,202,222); }
td.TdClassName
{
border-color: #E9CADE;
}
.TagClassName
{
border-color: #E9CADE;
}
</style>