Shades of Classic Rose #EECCDC
Tints of Classic Rose #EECCDC
RGB
CMYK
RGB Variations
Color information
#EECCDC (or 0xEECCDC) is known color: Classic Rose. HEX triplet: EE, CC and DC. RGB value is (238,204,220). Sum of RGB (Red+Green+Blue) = 238+204+220=662 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.95% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 238 - color contains mainly: red. Hex color #EECCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECCDC is #113323. Grayscale: #D7D7D7. Windows color (decimal): -1127204 or 14470382. OLE color: 14470382.
HSL color Cylindrical-coordinate representation of color #EECCDC: hue angle of 331.76º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECCDC is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 220 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.07 |
| HSL | 331.76º | 0.5% | 0.87% | - |
| HSV(B) | 331.76º | 0.14% | 0.93% | - |
| XYZ | 69.77 | 66.53 | 76.87 | - |
| YUV | 215.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 220 | 0 | 0.14 | 0.08 | 0.07 | 331.76 | 0.5 | 0.87 |
| Hex | EE | CC | DC | 0 | E | 8 | 7 | 14C | 32 | 57 |
| Octal | 356 | 314 | 334 | 0 | 16 | 10 | 7 | 514 | 62 | 127 |
| Binary | 11101110 | 11001100 | 11011100 | 0 | 1110 | 1000 | 111 | 101001100 | 110010 | 1010111 |
Color Harmonies of #EECCDC
Complementary color
Monochromatic Colors of #EECCDC
Black with #EECCDC
Text Example
Text Example
White with #EECCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECCDC; }
p { color: rgb(238,204,220); }
H1.HeaderClassName
{
color: #EECCDC;
}
.AnyTagClassName
{
color: #EECCDC;
}
</style>
background-color css
<style>
a { background-color: #EECCDC; }
a { background-color: rgb(238,204,220); }
div.DivClassName
{
background-color: #EECCDC;
}
.BgClassName
{
background-color: #EECCDC;
}
</style>
border-color css
<style>
span { border-color: #EECCDC; }
span { border-color: rgb(238,204,220); }
td.TdClassName
{
border-color: #EECCDC;
}
.TagClassName
{
border-color: #EECCDC;
}
</style>