Shades of Classic Rose #EFC9DF
Tints of Classic Rose #EFC9DF
RGB
CMYK
RGB Variations
Color information
#EFC9DF (or 0xEFC9DF) is known color: Classic Rose. HEX triplet: EF, C9 and DF. RGB value is (239,201,223). Sum of RGB (Red+Green+Blue) = 239+201+223=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 201 (78.91% from 255 or 30.32% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9DF is #103620. Grayscale: #D6D6D6. Windows color (decimal): -1062433 or 14666223. OLE color: 14666223.
HSL color Cylindrical-coordinate representation of color #EFC9DF: hue angle of 325.26º 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 #EFC9DF is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 223 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.06 |
| HSL | 325.26º | 0.54% | 0.86% | - |
| HSV(B) | 325.26º | 0.16% | 0.94% | - |
| XYZ | 69.8 | 65.45 | 78.77 | - |
| YUV | 214.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 223 | 0 | 0.16 | 0.07 | 0.06 | 325.26 | 0.54 | 0.86 |
| Hex | EF | C9 | DF | 0 | 10 | 7 | 6 | 145 | 36 | 56 |
| Octal | 357 | 311 | 337 | 0 | 20 | 7 | 6 | 505 | 66 | 126 |
| Binary | 11101111 | 11001001 | 11011111 | 0 | 10000 | 111 | 110 | 101000101 | 110110 | 1010110 |
Color Harmonies of #EFC9DF
Complementary color
Monochromatic Colors of #EFC9DF
Black with #EFC9DF
Text Example
Text Example
White with #EFC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9DF; }
p { color: rgb(239,201,223); }
H1.HeaderClassName
{
color: #EFC9DF;
}
.AnyTagClassName
{
color: #EFC9DF;
}
</style>
background-color css
<style>
a { background-color: #EFC9DF; }
a { background-color: rgb(239,201,223); }
div.DivClassName
{
background-color: #EFC9DF;
}
.BgClassName
{
background-color: #EFC9DF;
}
</style>
border-color css
<style>
span { border-color: #EFC9DF; }
span { border-color: rgb(239,201,223); }
td.TdClassName
{
border-color: #EFC9DF;
}
.TagClassName
{
border-color: #EFC9DF;
}
</style>