Shades of Classic Rose #EEC9DD
Tints of Classic Rose #EEC9DD
RGB
CMYK
RGB Variations
Color information
#EEC9DD (or 0xEEC9DD) is known color: Classic Rose. HEX triplet: EE, C9 and DD. RGB value is (238,201,221). Sum of RGB (Red+Green+Blue) = 238+201+221=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9DD is #113622. Grayscale: #D6D6D6. Windows color (decimal): -1127971 or 14535150. OLE color: 14535150.
HSL color Cylindrical-coordinate representation of color #EEC9DD: hue angle of 327.57º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC9DD is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 201 | 221 | - |
CMYK | 0 | 0.16 | 0.07 | 0.07 |
HSL | 327.57º | 0.52% | 0.86% | - |
HSV(B) | 327.57º | 0.16% | 0.93% | - |
XYZ | 69.2 | 65.17 | 77.34 | - |
YUV | 214.34 | 131.76 | 144.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 201 | 221 | 0 | 0.16 | 0.07 | 0.07 | 327.57 | 0.52 | 0.86 |
Hex | EE | C9 | DD | 0 | 10 | 7 | 7 | 148 | 34 | 56 |
Octal | 356 | 311 | 335 | 0 | 20 | 7 | 7 | 510 | 64 | 126 |
Binary | 11101110 | 11001001 | 11011101 | 0 | 10000 | 111 | 111 | 101001000 | 110100 | 1010110 |
Color Harmonies of #EEC9DD
Complementary color
Monochromatic Colors of #EEC9DD
Black with #EEC9DD
Text Example
Text Example
White with #EEC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9DD; }
p { color: rgb(238,201,221); }
H1.HeaderClassName
{
color: #EEC9DD;
}
.AnyTagClassName
{
color: #EEC9DD;
}
</style>
background-color css
<style>
a { background-color: #EEC9DD; }
a { background-color: rgb(238,201,221); }
div.DivClassName
{
background-color: #EEC9DD;
}
.BgClassName
{
background-color: #EEC9DD;
}
</style>
border-color css
<style>
span { border-color: #EEC9DD; }
span { border-color: rgb(238,201,221); }
td.TdClassName
{
border-color: #EEC9DD;
}
.TagClassName
{
border-color: #EEC9DD;
}
</style>