Shades of Classic Rose #EECADA
Tints of Classic Rose #EECADA
RGB
CMYK
RGB Variations
Color information
#EECADA (or 0xEECADA) is known color: Classic Rose. HEX triplet: EE, CA and DA. RGB value is (238,202,218). Sum of RGB (Red+Green+Blue) = 238+202+218=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EECADA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECADA is #113525. Grayscale: #D6D6D6. Windows color (decimal): -1127718 or 14338798. OLE color: 14338798.
HSL color Cylindrical-coordinate representation of color #EECADA: hue angle of 333.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECADA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 218 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.07 |
| HSL | 333.33º | 0.51% | 0.86% | - |
| HSV(B) | 333.33º | 0.15% | 0.93% | - |
| XYZ | 69.04 | 65.48 | 75.33 | - |
| YUV | 214.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 218 | 0 | 0.15 | 0.08 | 0.07 | 333.33 | 0.51 | 0.86 |
| Hex | EE | CA | DA | 0 | F | 8 | 7 | 14D | 33 | 56 |
| Octal | 356 | 312 | 332 | 0 | 17 | 10 | 7 | 515 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11011010 | 0 | 1111 | 1000 | 111 | 101001101 | 110011 | 1010110 |
Color Harmonies of #EECADA
Complementary color
Monochromatic Colors of #EECADA
Black with #EECADA
Text Example
Text Example
White with #EECADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECADA; }
p { color: rgb(238,202,218); }
H1.HeaderClassName
{
color: #EECADA;
}
.AnyTagClassName
{
color: #EECADA;
}
</style>
background-color css
<style>
a { background-color: #EECADA; }
a { background-color: rgb(238,202,218); }
div.DivClassName
{
background-color: #EECADA;
}
.BgClassName
{
background-color: #EECADA;
}
</style>
border-color css
<style>
span { border-color: #EECADA; }
span { border-color: rgb(238,202,218); }
td.TdClassName
{
border-color: #EECADA;
}
.TagClassName
{
border-color: #EECADA;
}
</style>