Shades of Classic Rose #EEC7D9
Tints of Classic Rose #EEC7D9
RGB
CMYK
RGB Variations
Color information
#EEC7D9 (or 0xEEC7D9) is known color: Classic Rose. HEX triplet: EE, C7 and D9. RGB value is (238,199,217). Sum of RGB (Red+Green+Blue) = 238+199+217=654 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.39% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7D9 is #113826. Grayscale: #D4D4D4. Windows color (decimal): -1128487 or 14272494. OLE color: 14272494.
HSL color Cylindrical-coordinate representation of color #EEC7D9: hue angle of 332.31º 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 #EEC7D9 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 199 | 217 | - |
CMYK | 0 | 0.16 | 0.09 | 0.07 |
HSL | 332.31º | 0.53% | 0.86% | - |
HSV(B) | 332.31º | 0.16% | 0.93% | - |
XYZ | 68.21 | 64.03 | 74.41 | - |
YUV | 212.71 | 130.42 | 146.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 217 | 0 | 0.16 | 0.09 | 0.07 | 332.31 | 0.53 | 0.86 |
Hex | EE | C7 | D9 | 0 | 10 | 9 | 7 | 14C | 35 | 56 |
Octal | 356 | 307 | 331 | 0 | 20 | 11 | 7 | 514 | 65 | 126 |
Binary | 11101110 | 11000111 | 11011001 | 0 | 10000 | 1001 | 111 | 101001100 | 110101 | 1010110 |
Color Harmonies of #EEC7D9
Complementary color
Monochromatic Colors of #EEC7D9
Black with #EEC7D9
Text Example
Text Example
White with #EEC7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7D9; }
p { color: rgb(238,199,217); }
H1.HeaderClassName
{
color: #EEC7D9;
}
.AnyTagClassName
{
color: #EEC7D9;
}
</style>
background-color css
<style>
a { background-color: #EEC7D9; }
a { background-color: rgb(238,199,217); }
div.DivClassName
{
background-color: #EEC7D9;
}
.BgClassName
{
background-color: #EEC7D9;
}
</style>
border-color css
<style>
span { border-color: #EEC7D9; }
span { border-color: rgb(238,199,217); }
td.TdClassName
{
border-color: #EEC7D9;
}
.TagClassName
{
border-color: #EEC7D9;
}
</style>