Shades of Classic Rose #EEC7DA
Tints of Classic Rose #EEC7DA
RGB
CMYK
RGB Variations
Color information
#EEC7DA (or 0xEEC7DA) is known color: Classic Rose. HEX triplet: EE, C7 and DA. RGB value is (238,199,218). Sum of RGB (Red+Green+Blue) = 238+199+218=655 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.34% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC7DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC7DA is #113825. Grayscale: #D4D4D4. Windows color (decimal): -1128486 or 14338030. OLE color: 14338030.
HSL color Cylindrical-coordinate representation of color #EEC7DA: hue angle of 330.77º 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 #EEC7DA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 199 | 218 | - |
CMYK | 0 | 0.16 | 0.08 | 0.07 |
HSL | 330.77º | 0.53% | 0.86% | - |
HSV(B) | 330.77º | 0.16% | 0.93% | - |
XYZ | 68.34 | 64.09 | 75.1 | - |
YUV | 212.83 | 130.92 | 145.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 199 | 218 | 0 | 0.16 | 0.08 | 0.07 | 330.77 | 0.53 | 0.86 |
Hex | EE | C7 | DA | 0 | 10 | 8 | 7 | 14B | 35 | 56 |
Octal | 356 | 307 | 332 | 0 | 20 | 10 | 7 | 513 | 65 | 126 |
Binary | 11101110 | 11000111 | 11011010 | 0 | 10000 | 1000 | 111 | 101001011 | 110101 | 1010110 |
Color Harmonies of #EEC7DA
Complementary color
Monochromatic Colors of #EEC7DA
Black with #EEC7DA
Text Example
Text Example
White with #EEC7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC7DA; }
p { color: rgb(238,199,218); }
H1.HeaderClassName
{
color: #EEC7DA;
}
.AnyTagClassName
{
color: #EEC7DA;
}
</style>
background-color css
<style>
a { background-color: #EEC7DA; }
a { background-color: rgb(238,199,218); }
div.DivClassName
{
background-color: #EEC7DA;
}
.BgClassName
{
background-color: #EEC7DA;
}
</style>
border-color css
<style>
span { border-color: #EEC7DA; }
span { border-color: rgb(238,199,218); }
td.TdClassName
{
border-color: #EEC7DA;
}
.TagClassName
{
border-color: #EEC7DA;
}
</style>