Shades of Classic Rose #EECDDF
Tints of Classic Rose #EECDDF
RGB
CMYK
RGB Variations
Color information
#EECDDF (or 0xEECDDF) is known color: Classic Rose. HEX triplet: EE, CD and DF. RGB value is (238,205,223). Sum of RGB (Red+Green+Blue) = 238+205+223=666 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.74% from 666); Green value is 205 (80.47% from 255 or 30.78% from 666); Blue value is 223 (87.5% from 255 or 33.48% from 666); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDDF is #113220. Grayscale: #D8D8D8. Windows color (decimal): -1126945 or 14667246. OLE color: 14667246.
HSL color Cylindrical-coordinate representation of color #EECDDF: hue angle of 327.27º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EECDDF is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 223 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.07 |
| HSL | 327.27º | 0.49% | 0.87% | - |
| HSV(B) | 327.27º | 0.14% | 0.93% | - |
| XYZ | 70.41 | 67.17 | 79.07 | - |
| YUV | 216.92 | 131.43 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 223 | 0 | 0.14 | 0.06 | 0.07 | 327.27 | 0.49 | 0.87 |
| Hex | EE | CD | DF | 0 | E | 6 | 7 | 147 | 31 | 57 |
| Octal | 356 | 315 | 337 | 0 | 16 | 6 | 7 | 507 | 61 | 127 |
| Binary | 11101110 | 11001101 | 11011111 | 0 | 1110 | 110 | 111 | 101000111 | 110001 | 1010111 |
Color Harmonies of #EECDDF
Complementary color
Monochromatic Colors of #EECDDF
Black with #EECDDF
Text Example
Text Example
White with #EECDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDDF; }
p { color: rgb(238,205,223); }
H1.HeaderClassName
{
color: #EECDDF;
}
.AnyTagClassName
{
color: #EECDDF;
}
</style>
background-color css
<style>
a { background-color: #EECDDF; }
a { background-color: rgb(238,205,223); }
div.DivClassName
{
background-color: #EECDDF;
}
.BgClassName
{
background-color: #EECDDF;
}
</style>
border-color css
<style>
span { border-color: #EECDDF; }
span { border-color: rgb(238,205,223); }
td.TdClassName
{
border-color: #EECDDF;
}
.TagClassName
{
border-color: #EECDDF;
}
</style>