Shades of Classic Rose #E9CADF
Tints of Classic Rose #E9CADF
RGB
CMYK
RGB Variations
Color information
#E9CADF (or 0xE9CADF) is known color: Classic Rose. HEX triplet: E9, CA and DF. RGB value is (233,202,223). Sum of RGB (Red+Green+Blue) = 233+202+223=658 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.41% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CADF is #163520. Grayscale: #D5D5D5. Windows color (decimal): -1455393 or 14666473. OLE color: 14666473.
HSL color Cylindrical-coordinate representation of color #E9CADF: hue angle of 319.35º 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 #E9CADF is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 202 | 223 | - |
CMYK | 0 | 0.13 | 0.04 | 0.09 |
HSL | 319.35º | 0.41% | 0.85% | - |
HSV(B) | 319.35º | 0.13% | 0.91% | - |
XYZ | 68.04 | 64.89 | 78.75 | - |
YUV | 213.66 | 133.27 | 141.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 202 | 223 | 0 | 0.13 | 0.04 | 0.09 | 319.35 | 0.41 | 0.85 |
Hex | E9 | CA | DF | 0 | D | 4 | 9 | 13F | 29 | 55 |
Octal | 351 | 312 | 337 | 0 | 15 | 4 | 11 | 477 | 51 | 125 |
Binary | 11101001 | 11001010 | 11011111 | 0 | 1101 | 100 | 1001 | 100111111 | 101001 | 1010101 |
Color Harmonies of #E9CADF
Complementary color
Monochromatic Colors of #E9CADF
Black with #E9CADF
Text Example
Text Example
White with #E9CADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CADF; }
p { color: rgb(233,202,223); }
H1.HeaderClassName
{
color: #E9CADF;
}
.AnyTagClassName
{
color: #E9CADF;
}
</style>
background-color css
<style>
a { background-color: #E9CADF; }
a { background-color: rgb(233,202,223); }
div.DivClassName
{
background-color: #E9CADF;
}
.BgClassName
{
background-color: #E9CADF;
}
</style>
border-color css
<style>
span { border-color: #E9CADF; }
span { border-color: rgb(233,202,223); }
td.TdClassName
{
border-color: #E9CADF;
}
.TagClassName
{
border-color: #E9CADF;
}
</style>