Shades of Classic Rose #EFC9D9
Tints of Classic Rose #EFC9D9
RGB
CMYK
RGB Variations
Color information
#EFC9D9 (or 0xEFC9D9) is known color: Classic Rose. HEX triplet: EF, C9 and D9. RGB value is (239,201,217). Sum of RGB (Red+Green+Blue) = 239+201+217=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9D9 is #103626. Grayscale: #D6D6D6. Windows color (decimal): -1062439 or 14273007. OLE color: 14273007.
HSL color Cylindrical-coordinate representation of color #EFC9D9: hue angle of 334.74º degrees, saturation: 0.54, 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 #EFC9D9 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 217 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.06 |
| HSL | 334.74º | 0.54% | 0.86% | - |
| HSV(B) | 334.74º | 0.16% | 0.94% | - |
| XYZ | 69.01 | 65.13 | 74.58 | - |
| YUV | 214.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 217 | 0 | 0.16 | 0.09 | 0.06 | 334.74 | 0.54 | 0.86 |
| Hex | EF | C9 | D9 | 0 | 10 | 9 | 6 | 14F | 36 | 56 |
| Octal | 357 | 311 | 331 | 0 | 20 | 11 | 6 | 517 | 66 | 126 |
| Binary | 11101111 | 11001001 | 11011001 | 0 | 10000 | 1001 | 110 | 101001111 | 110110 | 1010110 |
Color Harmonies of #EFC9D9
Complementary color
Monochromatic Colors of #EFC9D9
Black with #EFC9D9
Text Example
Text Example
White with #EFC9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9D9; }
p { color: rgb(239,201,217); }
H1.HeaderClassName
{
color: #EFC9D9;
}
.AnyTagClassName
{
color: #EFC9D9;
}
</style>
background-color css
<style>
a { background-color: #EFC9D9; }
a { background-color: rgb(239,201,217); }
div.DivClassName
{
background-color: #EFC9D9;
}
.BgClassName
{
background-color: #EFC9D9;
}
</style>
border-color css
<style>
span { border-color: #EFC9D9; }
span { border-color: rgb(239,201,217); }
td.TdClassName
{
border-color: #EFC9D9;
}
.TagClassName
{
border-color: #EFC9D9;
}
</style>