Shades of Classic Rose #EFC8D9
Tints of Classic Rose #EFC8D9
RGB
CMYK
RGB Variations
Color information
#EFC8D9 (or 0xEFC8D9) is known color: Classic Rose. HEX triplet: EF, C8 and D9. RGB value is (239,200,217). Sum of RGB (Red+Green+Blue) = 239+200+217=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8D9 is #103726. Grayscale: #D5D5D5. Windows color (decimal): -1062695 or 14272751. OLE color: 14272751.
HSL color Cylindrical-coordinate representation of color #EFC8D9: hue angle of 333.85º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8D9 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 217 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.06 |
| HSL | 333.85º | 0.55% | 0.86% | - |
| HSV(B) | 333.85º | 0.16% | 0.94% | - |
| XYZ | 68.78 | 64.67 | 74.5 | - |
| YUV | 213.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 217 | 0 | 0.16 | 0.09 | 0.06 | 333.85 | 0.55 | 0.86 |
| Hex | EF | C8 | D9 | 0 | 10 | 9 | 6 | 14E | 37 | 56 |
| Octal | 357 | 310 | 331 | 0 | 20 | 11 | 6 | 516 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11011001 | 0 | 10000 | 1001 | 110 | 101001110 | 110111 | 1010110 |
Color Harmonies of #EFC8D9
Complementary color
Monochromatic Colors of #EFC8D9
Black with #EFC8D9
Text Example
Text Example
White with #EFC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8D9; }
p { color: rgb(239,200,217); }
H1.HeaderClassName
{
color: #EFC8D9;
}
.AnyTagClassName
{
color: #EFC8D9;
}
</style>
background-color css
<style>
a { background-color: #EFC8D9; }
a { background-color: rgb(239,200,217); }
div.DivClassName
{
background-color: #EFC8D9;
}
.BgClassName
{
background-color: #EFC8D9;
}
</style>
border-color css
<style>
span { border-color: #EFC8D9; }
span { border-color: rgb(239,200,217); }
td.TdClassName
{
border-color: #EFC8D9;
}
.TagClassName
{
border-color: #EFC8D9;
}
</style>