Shades of Classic Rose #EFCFE1
Tints of Classic Rose #EFCFE1
RGB
CMYK
RGB Variations
Color information
#EFCFE1 (or 0xEFCFE1) is known color: Classic Rose. HEX triplet: EF, CF and E1. RGB value is (239,207,225). Sum of RGB (Red+Green+Blue) = 239+207+225=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 225 (88.28% from 255 or 33.53% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFE1 is #10301E. Grayscale: #DADADA. Windows color (decimal): -1060895 or 14798831. OLE color: 14798831.
HSL color Cylindrical-coordinate representation of color #EFCFE1: hue angle of 326.25º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFCFE1 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 225 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.06 |
| HSL | 326.25º | 0.5% | 0.87% | - |
| HSV(B) | 326.25º | 0.13% | 0.94% | - |
| XYZ | 71.5 | 68.41 | 80.67 | - |
| YUV | 218.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 225 | 0 | 0.13 | 0.06 | 0.06 | 326.25 | 0.5 | 0.87 |
| Hex | EF | CF | E1 | 0 | D | 6 | 6 | 146 | 32 | 57 |
| Octal | 357 | 317 | 341 | 0 | 15 | 6 | 6 | 506 | 62 | 127 |
| Binary | 11101111 | 11001111 | 11100001 | 0 | 1101 | 110 | 110 | 101000110 | 110010 | 1010111 |
Color Harmonies of #EFCFE1
Complementary color
Monochromatic Colors of #EFCFE1
Black with #EFCFE1
Text Example
Text Example
White with #EFCFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFE1; }
p { color: rgb(239,207,225); }
H1.HeaderClassName
{
color: #EFCFE1;
}
.AnyTagClassName
{
color: #EFCFE1;
}
</style>
background-color css
<style>
a { background-color: #EFCFE1; }
a { background-color: rgb(239,207,225); }
div.DivClassName
{
background-color: #EFCFE1;
}
.BgClassName
{
background-color: #EFCFE1;
}
</style>
border-color css
<style>
span { border-color: #EFCFE1; }
span { border-color: rgb(239,207,225); }
td.TdClassName
{
border-color: #EFCFE1;
}
.TagClassName
{
border-color: #EFCFE1;
}
</style>