Shades of Classic Rose #EFC7DD
Tints of Classic Rose #EFC7DD
RGB
CMYK
RGB Variations
Color information
#EFC7DD (or 0xEFC7DD) is known color: Classic Rose. HEX triplet: EF, C7 and DD. RGB value is (239,199,221). Sum of RGB (Red+Green+Blue) = 239+199+221=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7DD is #103822. Grayscale: #D5D5D5. Windows color (decimal): -1062947 or 14534639. OLE color: 14534639.
HSL color Cylindrical-coordinate representation of color #EFC7DD: hue angle of 327º 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 #EFC7DD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 221 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.06 |
| HSL | 327º | 0.56% | 0.86% | - |
| HSV(B) | 327º | 0.17% | 0.94% | - |
| XYZ | 69.07 | 64.42 | 77.2 | - |
| YUV | 213.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 221 | 0 | 0.17 | 0.08 | 0.06 | 327 | 0.56 | 0.86 |
| Hex | EF | C7 | DD | 0 | 11 | 8 | 6 | 147 | 38 | 56 |
| Octal | 357 | 307 | 335 | 0 | 21 | 10 | 6 | 507 | 70 | 126 |
| Binary | 11101111 | 11000111 | 11011101 | 0 | 10001 | 1000 | 110 | 101000111 | 111000 | 1010110 |
Color Harmonies of #EFC7DD
Complementary color
Monochromatic Colors of #EFC7DD
Black with #EFC7DD
Text Example
Text Example
White with #EFC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7DD; }
p { color: rgb(239,199,221); }
H1.HeaderClassName
{
color: #EFC7DD;
}
.AnyTagClassName
{
color: #EFC7DD;
}
</style>
background-color css
<style>
a { background-color: #EFC7DD; }
a { background-color: rgb(239,199,221); }
div.DivClassName
{
background-color: #EFC7DD;
}
.BgClassName
{
background-color: #EFC7DD;
}
</style>
border-color css
<style>
span { border-color: #EFC7DD; }
span { border-color: rgb(239,199,221); }
td.TdClassName
{
border-color: #EFC7DD;
}
.TagClassName
{
border-color: #EFC7DD;
}
</style>