Shades of Classic Rose #EECFE4
Tints of Classic Rose #EECFE4
RGB
CMYK
RGB Variations
Color information
#EECFE4 (or 0xEECFE4) is known color: Classic Rose. HEX triplet: EE, CF and E4. RGB value is (238,207,228). Sum of RGB (Red+Green+Blue) = 238+207+228=673 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.36% from 673); Green value is 207 (81.25% from 255 or 30.76% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECFE4 is #11301B. Grayscale: #DADADA. Windows color (decimal): -1126428 or 14995438. OLE color: 14995438.
HSL color Cylindrical-coordinate representation of color #EECFE4: hue angle of 319.35º 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 #EECFE4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 207 | 228 | - |
CMYK | 0 | 0.13 | 0.04 | 0.07 |
HSL | 319.35º | 0.48% | 0.87% | - |
HSV(B) | 319.35º | 0.13% | 0.93% | - |
XYZ | 71.58 | 68.4 | 82.83 | - |
YUV | 218.66 | 133.27 | 141.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 207 | 228 | 0 | 0.13 | 0.04 | 0.07 | 319.35 | 0.48 | 0.87 |
Hex | EE | CF | E4 | 0 | D | 4 | 7 | 13F | 30 | 57 |
Octal | 356 | 317 | 344 | 0 | 15 | 4 | 7 | 477 | 60 | 127 |
Binary | 11101110 | 11001111 | 11100100 | 0 | 1101 | 100 | 111 | 100111111 | 110000 | 1010111 |
Color Harmonies of #EECFE4
Complementary color
Monochromatic Colors of #EECFE4
Black with #EECFE4
Text Example
Text Example
White with #EECFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFE4; }
p { color: rgb(238,207,228); }
H1.HeaderClassName
{
color: #EECFE4;
}
.AnyTagClassName
{
color: #EECFE4;
}
</style>
background-color css
<style>
a { background-color: #EECFE4; }
a { background-color: rgb(238,207,228); }
div.DivClassName
{
background-color: #EECFE4;
}
.BgClassName
{
background-color: #EECFE4;
}
</style>
border-color css
<style>
span { border-color: #EECFE4; }
span { border-color: rgb(238,207,228); }
td.TdClassName
{
border-color: #EECFE4;
}
.TagClassName
{
border-color: #EECFE4;
}
</style>