Shades of Classic Rose #EEC7DD
Tints of Classic Rose #EEC7DD
RGB
CMYK
RGB Variations
Color information
#EEC7DD (or 0xEEC7DD) is known color: Classic Rose. HEX triplet: EE, C7 and DD. RGB value is (238,199,221). Sum of RGB (Red+Green+Blue) = 238+199+221=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7DD is #113822. Grayscale: #D5D5D5. Windows color (decimal): -1128483 or 14534638. OLE color: 14534638.
HSL color Cylindrical-coordinate representation of color #EEC7DD: hue angle of 326.15º degrees, saturation: 0.53, 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 #EEC7DD is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 199 | 221 | - |
CMYK | 0 | 0.16 | 0.07 | 0.07 |
HSL | 326.15º | 0.53% | 0.86% | - |
HSV(B) | 326.15º | 0.16% | 0.93% | - |
XYZ | 68.73 | 64.24 | 77.18 | - |
YUV | 213.17 | 132.42 | 145.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 221 | 0 | 0.16 | 0.07 | 0.07 | 326.15 | 0.53 | 0.86 |
Hex | EE | C7 | DD | 0 | 10 | 7 | 7 | 146 | 35 | 56 |
Octal | 356 | 307 | 335 | 0 | 20 | 7 | 7 | 506 | 65 | 126 |
Binary | 11101110 | 11000111 | 11011101 | 0 | 10000 | 111 | 111 | 101000110 | 110101 | 1010110 |
Color Harmonies of #EEC7DD
Complementary color
Monochromatic Colors of #EEC7DD
Black with #EEC7DD
Text Example
Text Example
White with #EEC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7DD; }
p { color: rgb(238,199,221); }
H1.HeaderClassName
{
color: #EEC7DD;
}
.AnyTagClassName
{
color: #EEC7DD;
}
</style>
background-color css
<style>
a { background-color: #EEC7DD; }
a { background-color: rgb(238,199,221); }
div.DivClassName
{
background-color: #EEC7DD;
}
.BgClassName
{
background-color: #EEC7DD;
}
</style>
border-color css
<style>
span { border-color: #EEC7DD; }
span { border-color: rgb(238,199,221); }
td.TdClassName
{
border-color: #EEC7DD;
}
.TagClassName
{
border-color: #EEC7DD;
}
</style>