Shades of Classic Rose #EECFDA
Tints of Classic Rose #EECFDA
RGB
CMYK
RGB Variations
Color information
#EECFDA (or 0xEECFDA) is known color: Classic Rose. HEX triplet: EE, CF and DA. RGB value is (238,207,218). Sum of RGB (Red+Green+Blue) = 238+207+218=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 218 (85.55% from 255 or 32.88% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFDA is #113025. Grayscale: #D9D9D9. Windows color (decimal): -1126438 or 14340078. OLE color: 14340078.
HSL color Cylindrical-coordinate representation of color #EECFDA: hue angle of 338.71º 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 #EECFDA is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 218 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.07 |
| HSL | 338.71º | 0.48% | 0.87% | - |
| HSV(B) | 338.71º | 0.13% | 0.93% | - |
| XYZ | 70.23 | 67.86 | 75.73 | - |
| YUV | 217.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 218 | 0 | 0.13 | 0.08 | 0.07 | 338.71 | 0.48 | 0.87 |
| Hex | EE | CF | DA | 0 | D | 8 | 7 | 153 | 30 | 57 |
| Octal | 356 | 317 | 332 | 0 | 15 | 10 | 7 | 523 | 60 | 127 |
| Binary | 11101110 | 11001111 | 11011010 | 0 | 1101 | 1000 | 111 | 101010011 | 110000 | 1010111 |
Color Harmonies of #EECFDA
Complementary color
Monochromatic Colors of #EECFDA
Black with #EECFDA
Text Example
Text Example
White with #EECFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFDA; }
p { color: rgb(238,207,218); }
H1.HeaderClassName
{
color: #EECFDA;
}
.AnyTagClassName
{
color: #EECFDA;
}
</style>
background-color css
<style>
a { background-color: #EECFDA; }
a { background-color: rgb(238,207,218); }
div.DivClassName
{
background-color: #EECFDA;
}
.BgClassName
{
background-color: #EECFDA;
}
</style>
border-color css
<style>
span { border-color: #EECFDA; }
span { border-color: rgb(238,207,218); }
td.TdClassName
{
border-color: #EECFDA;
}
.TagClassName
{
border-color: #EECFDA;
}
</style>