Shades of Classic Rose #EFC7D9
Tints of Classic Rose #EFC7D9
RGB
CMYK
RGB Variations
Color information
#EFC7D9 (or 0xEFC7D9) is known color: Classic Rose. HEX triplet: EF, C7 and D9. RGB value is (239,199,217). Sum of RGB (Red+Green+Blue) = 239+199+217=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 217 (85.16% from 255 or 33.13% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7D9 is #103826. Grayscale: #D4D4D4. Windows color (decimal): -1062951 or 14272495. OLE color: 14272495.
HSL color Cylindrical-coordinate representation of color #EFC7D9: hue angle of 333º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7D9 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 217 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.06 |
| HSL | 333º | 0.56% | 0.86% | - |
| HSV(B) | 333º | 0.17% | 0.94% | - |
| XYZ | 68.54 | 64.21 | 74.43 | - |
| YUV | 213.01 | 130.25 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 217 | 0 | 0.17 | 0.09 | 0.06 | 333 | 0.56 | 0.86 |
| Hex | EF | C7 | D9 | 0 | 11 | 9 | 6 | 14D | 38 | 56 |
| Octal | 357 | 307 | 331 | 0 | 21 | 11 | 6 | 515 | 70 | 126 |
| Binary | 11101111 | 11000111 | 11011001 | 0 | 10001 | 1001 | 110 | 101001101 | 111000 | 1010110 |
Color Harmonies of #EFC7D9
Complementary color
Monochromatic Colors of #EFC7D9
Black with #EFC7D9
Text Example
Text Example
White with #EFC7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7D9; }
p { color: rgb(239,199,217); }
H1.HeaderClassName
{
color: #EFC7D9;
}
.AnyTagClassName
{
color: #EFC7D9;
}
</style>
background-color css
<style>
a { background-color: #EFC7D9; }
a { background-color: rgb(239,199,217); }
div.DivClassName
{
background-color: #EFC7D9;
}
.BgClassName
{
background-color: #EFC7D9;
}
</style>
border-color css
<style>
span { border-color: #EFC7D9; }
span { border-color: rgb(239,199,217); }
td.TdClassName
{
border-color: #EFC7D9;
}
.TagClassName
{
border-color: #EFC7D9;
}
</style>