Shades of Classic Rose #EFC7D8
Tints of Classic Rose #EFC7D8
RGB
CMYK
RGB Variations
Color information
#EFC7D8 (or 0xEFC7D8) is known color: Classic Rose. HEX triplet: EF, C7 and D8. RGB value is (239,199,216). Sum of RGB (Red+Green+Blue) = 239+199+216=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7D8 is #103827. Grayscale: #D4D4D4. Windows color (decimal): -1062952 or 14206959. OLE color: 14206959.
HSL color Cylindrical-coordinate representation of color #EFC7D8: hue angle of 334.5º 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 #EFC7D8 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 216 | - |
| CMYK | 0 | 0.17 | 0.10 | 0.06 |
| HSL | 334.5º | 0.56% | 0.86% | - |
| HSV(B) | 334.5º | 0.17% | 0.94% | - |
| XYZ | 68.41 | 64.16 | 73.74 | - |
| YUV | 212.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 216 | 0 | 0.17 | 0.10 | 0.06 | 334.5 | 0.56 | 0.86 |
| Hex | EF | C7 | D8 | 0 | 11 | A | 6 | 14E | 38 | 56 |
| Octal | 357 | 307 | 330 | 0 | 21 | 12 | 6 | 516 | 70 | 126 |
| Binary | 11101111 | 11000111 | 11011000 | 0 | 10001 | 1010 | 110 | 101001110 | 111000 | 1010110 |
Color Harmonies of #EFC7D8
Complementary color
Monochromatic Colors of #EFC7D8
Black with #EFC7D8
Text Example
Text Example
White with #EFC7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7D8; }
p { color: rgb(239,199,216); }
H1.HeaderClassName
{
color: #EFC7D8;
}
.AnyTagClassName
{
color: #EFC7D8;
}
</style>
background-color css
<style>
a { background-color: #EFC7D8; }
a { background-color: rgb(239,199,216); }
div.DivClassName
{
background-color: #EFC7D8;
}
.BgClassName
{
background-color: #EFC7D8;
}
</style>
border-color css
<style>
span { border-color: #EFC7D8; }
span { border-color: rgb(239,199,216); }
td.TdClassName
{
border-color: #EFC7D8;
}
.TagClassName
{
border-color: #EFC7D8;
}
</style>