Shades of Classic Rose #EECADC
Tints of Classic Rose #EECADC
RGB
CMYK
RGB Variations
Color information
#EECADC (or 0xEECADC) is known color: Classic Rose. HEX triplet: EE, CA and DC. RGB value is (238,202,220). Sum of RGB (Red+Green+Blue) = 238+202+220=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EECADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECADC is #113523. Grayscale: #D6D6D6. Windows color (decimal): -1127716 or 14469870. OLE color: 14469870.
HSL color Cylindrical-coordinate representation of color #EECADC: hue angle of 330º 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 #EECADC is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 202 | 220 | - |
CMYK | 0 | 0.15 | 0.08 | 0.07 |
HSL | 330º | 0.51% | 0.86% | - |
HSV(B) | 330º | 0.15% | 0.93% | - |
XYZ | 69.3 | 65.59 | 76.72 | - |
YUV | 214.82 | 130.93 | 144.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 202 | 220 | 0 | 0.15 | 0.08 | 0.07 | 330 | 0.51 | 0.86 |
Hex | EE | CA | DC | 0 | F | 8 | 7 | 14A | 33 | 56 |
Octal | 356 | 312 | 334 | 0 | 17 | 10 | 7 | 512 | 63 | 126 |
Binary | 11101110 | 11001010 | 11011100 | 0 | 1111 | 1000 | 111 | 101001010 | 110011 | 1010110 |
Color Harmonies of #EECADC
Complementary color
Monochromatic Colors of #EECADC
Black with #EECADC
Text Example
Text Example
White with #EECADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECADC; }
p { color: rgb(238,202,220); }
H1.HeaderClassName
{
color: #EECADC;
}
.AnyTagClassName
{
color: #EECADC;
}
</style>
background-color css
<style>
a { background-color: #EECADC; }
a { background-color: rgb(238,202,220); }
div.DivClassName
{
background-color: #EECADC;
}
.BgClassName
{
background-color: #EECADC;
}
</style>
border-color css
<style>
span { border-color: #EECADC; }
span { border-color: rgb(238,202,220); }
td.TdClassName
{
border-color: #EECADC;
}
.TagClassName
{
border-color: #EECADC;
}
</style>