Shades of Classic Rose #EFCFE6
Tints of Classic Rose #EFCFE6
RGB
CMYK
RGB Variations
Color information
#EFCFE6 (or 0xEFCFE6) is known color: Classic Rose. HEX triplet: EF, CF and E6. RGB value is (239,207,230). Sum of RGB (Red+Green+Blue) = 239+207+230=676 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.36% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFCFE6 is #103019. Grayscale: #DBDBDB. Windows color (decimal): -1060890 or 15126511. OLE color: 15126511.
HSL color Cylindrical-coordinate representation of color #EFCFE6: hue angle of 316.88º 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 #EFCFE6 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 230 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.06 |
| HSL | 316.88º | 0.5% | 0.87% | - |
| HSV(B) | 316.88º | 0.13% | 0.94% | - |
| XYZ | 72.19 | 68.69 | 84.32 | - |
| YUV | 219.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 230 | 0 | 0.13 | 0.04 | 0.06 | 316.88 | 0.5 | 0.87 |
| Hex | EF | CF | E6 | 0 | D | 4 | 6 | 13D | 32 | 57 |
| Octal | 357 | 317 | 346 | 0 | 15 | 4 | 6 | 475 | 62 | 127 |
| Binary | 11101111 | 11001111 | 11100110 | 0 | 1101 | 100 | 110 | 100111101 | 110010 | 1010111 |
Color Harmonies of #EFCFE6
Complementary color
Monochromatic Colors of #EFCFE6
Black with #EFCFE6
Text Example
Text Example
White with #EFCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCFE6; }
p { color: rgb(239,207,230); }
H1.HeaderClassName
{
color: #EFCFE6;
}
.AnyTagClassName
{
color: #EFCFE6;
}
</style>
background-color css
<style>
a { background-color: #EFCFE6; }
a { background-color: rgb(239,207,230); }
div.DivClassName
{
background-color: #EFCFE6;
}
.BgClassName
{
background-color: #EFCFE6;
}
</style>
border-color css
<style>
span { border-color: #EFCFE6; }
span { border-color: rgb(239,207,230); }
td.TdClassName
{
border-color: #EFCFE6;
}
.TagClassName
{
border-color: #EFCFE6;
}
</style>