Shades of Classic Rose #EEC3DC
Tints of Classic Rose #EEC3DC
RGB
CMYK
RGB Variations
Color information
#EEC3DC (or 0xEEC3DC) is known color: Classic Rose. HEX triplet: EE, C3 and DC. RGB value is (238,195,220). Sum of RGB (Red+Green+Blue) = 238+195+220=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 195 (76.56% from 255 or 29.86% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC3DC is #113C23. Grayscale: #D2D2D2. Windows color (decimal): -1129508 or 14468078. OLE color: 14468078.
HSL color Cylindrical-coordinate representation of color #EEC3DC: hue angle of 325.12º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC3DC is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 220 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.07 |
| HSL | 325.12º | 0.56% | 0.85% | - |
| HSV(B) | 325.12º | 0.18% | 0.93% | - |
| XYZ | 67.69 | 62.37 | 76.18 | - |
| YUV | 210.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 220 | 0 | 0.18 | 0.08 | 0.07 | 325.12 | 0.56 | 0.85 |
| Hex | EE | C3 | DC | 0 | 12 | 8 | 7 | 145 | 38 | 55 |
| Octal | 356 | 303 | 334 | 0 | 22 | 10 | 7 | 505 | 70 | 125 |
| Binary | 11101110 | 11000011 | 11011100 | 0 | 10010 | 1000 | 111 | 101000101 | 111000 | 1010101 |
Color Harmonies of #EEC3DC
Complementary color
Monochromatic Colors of #EEC3DC
Black with #EEC3DC
Text Example
Text Example
White with #EEC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC3DC; }
p { color: rgb(238,195,220); }
H1.HeaderClassName
{
color: #EEC3DC;
}
.AnyTagClassName
{
color: #EEC3DC;
}
</style>
background-color css
<style>
a { background-color: #EEC3DC; }
a { background-color: rgb(238,195,220); }
div.DivClassName
{
background-color: #EEC3DC;
}
.BgClassName
{
background-color: #EEC3DC;
}
</style>
border-color css
<style>
span { border-color: #EEC3DC; }
span { border-color: rgb(238,195,220); }
td.TdClassName
{
border-color: #EEC3DC;
}
.TagClassName
{
border-color: #EEC3DC;
}
</style>