Shades of Classic Rose #EECFDF
Tints of Classic Rose #EECFDF
RGB
CMYK
RGB Variations
Color information
#EECFDF (or 0xEECFDF) is known color: Classic Rose. HEX triplet: EE, CF and DF. RGB value is (238,207,223). Sum of RGB (Red+Green+Blue) = 238+207+223=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFDF is #113020. Grayscale: #DADADA. Windows color (decimal): -1126433 or 14667758. OLE color: 14667758.
HSL color Cylindrical-coordinate representation of color #EECFDF: hue angle of 329.03º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECFDF is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 223 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.07 |
| HSL | 329.03º | 0.48% | 0.87% | - |
| HSV(B) | 329.03º | 0.13% | 0.93% | - |
| XYZ | 70.89 | 68.13 | 79.23 | - |
| YUV | 218.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 223 | 0 | 0.13 | 0.06 | 0.07 | 329.03 | 0.48 | 0.87 |
| Hex | EE | CF | DF | 0 | D | 6 | 7 | 149 | 30 | 57 |
| Octal | 356 | 317 | 337 | 0 | 15 | 6 | 7 | 511 | 60 | 127 |
| Binary | 11101110 | 11001111 | 11011111 | 0 | 1101 | 110 | 111 | 101001001 | 110000 | 1010111 |
Color Harmonies of #EECFDF
Complementary color
Monochromatic Colors of #EECFDF
Black with #EECFDF
Text Example
Text Example
White with #EECFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFDF; }
p { color: rgb(238,207,223); }
H1.HeaderClassName
{
color: #EECFDF;
}
.AnyTagClassName
{
color: #EECFDF;
}
</style>
background-color css
<style>
a { background-color: #EECFDF; }
a { background-color: rgb(238,207,223); }
div.DivClassName
{
background-color: #EECFDF;
}
.BgClassName
{
background-color: #EECFDF;
}
</style>
border-color css
<style>
span { border-color: #EECFDF; }
span { border-color: rgb(238,207,223); }
td.TdClassName
{
border-color: #EECFDF;
}
.TagClassName
{
border-color: #EECFDF;
}
</style>