Shades of Classic Rose #EECFE1
Tints of Classic Rose #EECFE1
RGB
CMYK
RGB Variations
Color information
#EECFE1 (or 0xEECFE1) is known color: Classic Rose. HEX triplet: EE, CF and E1. RGB value is (238,207,225). Sum of RGB (Red+Green+Blue) = 238+207+225=670 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.52% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFE1 is #11301E. Grayscale: #DADADA. Windows color (decimal): -1126431 or 14798830. OLE color: 14798830.
HSL color Cylindrical-coordinate representation of color #EECFE1: hue angle of 325.16º 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 #EECFE1 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 225 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.07 |
| HSL | 325.16º | 0.48% | 0.87% | - |
| HSV(B) | 325.16º | 0.13% | 0.93% | - |
| XYZ | 71.16 | 68.24 | 80.65 | - |
| YUV | 218.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 225 | 0 | 0.13 | 0.05 | 0.07 | 325.16 | 0.48 | 0.87 |
| Hex | EE | CF | E1 | 0 | D | 5 | 7 | 145 | 30 | 57 |
| Octal | 356 | 317 | 341 | 0 | 15 | 5 | 7 | 505 | 60 | 127 |
| Binary | 11101110 | 11001111 | 11100001 | 0 | 1101 | 101 | 111 | 101000101 | 110000 | 1010111 |
Color Harmonies of #EECFE1
Complementary color
Monochromatic Colors of #EECFE1
Black with #EECFE1
Text Example
Text Example
White with #EECFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFE1; }
p { color: rgb(238,207,225); }
H1.HeaderClassName
{
color: #EECFE1;
}
.AnyTagClassName
{
color: #EECFE1;
}
</style>
background-color css
<style>
a { background-color: #EECFE1; }
a { background-color: rgb(238,207,225); }
div.DivClassName
{
background-color: #EECFE1;
}
.BgClassName
{
background-color: #EECFE1;
}
</style>
border-color css
<style>
span { border-color: #EECFE1; }
span { border-color: rgb(238,207,225); }
td.TdClassName
{
border-color: #EECFE1;
}
.TagClassName
{
border-color: #EECFE1;
}
</style>