Shades of Classic Rose #EEC8DA
Tints of Classic Rose #EEC8DA
RGB
CMYK
RGB Variations
Color information
#EEC8DA (or 0xEEC8DA) is known color: Classic Rose. HEX triplet: EE, C8 and DA. RGB value is (238,200,218). Sum of RGB (Red+Green+Blue) = 238+200+218=656 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.28% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8DA is #113725. Grayscale: #D5D5D5. Windows color (decimal): -1128230 or 14338286. OLE color: 14338286.
HSL color Cylindrical-coordinate representation of color #EEC8DA: hue angle of 331.58º 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 #EEC8DA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 218 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.07 |
| HSL | 331.58º | 0.53% | 0.86% | - |
| HSV(B) | 331.58º | 0.16% | 0.93% | - |
| XYZ | 68.57 | 64.55 | 75.17 | - |
| YUV | 213.41 | 130.59 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 218 | 0 | 0.16 | 0.08 | 0.07 | 331.58 | 0.53 | 0.86 |
| Hex | EE | C8 | DA | 0 | 10 | 8 | 7 | 14C | 35 | 56 |
| Octal | 356 | 310 | 332 | 0 | 20 | 10 | 7 | 514 | 65 | 126 |
| Binary | 11101110 | 11001000 | 11011010 | 0 | 10000 | 1000 | 111 | 101001100 | 110101 | 1010110 |
Color Harmonies of #EEC8DA
Complementary color
Monochromatic Colors of #EEC8DA
Black with #EEC8DA
Text Example
Text Example
White with #EEC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC8DA; }
p { color: rgb(238,200,218); }
H1.HeaderClassName
{
color: #EEC8DA;
}
.AnyTagClassName
{
color: #EEC8DA;
}
</style>
background-color css
<style>
a { background-color: #EEC8DA; }
a { background-color: rgb(238,200,218); }
div.DivClassName
{
background-color: #EEC8DA;
}
.BgClassName
{
background-color: #EEC8DA;
}
</style>
border-color css
<style>
span { border-color: #EEC8DA; }
span { border-color: rgb(238,200,218); }
td.TdClassName
{
border-color: #EEC8DA;
}
.TagClassName
{
border-color: #EEC8DA;
}
</style>