Shades of Classic Rose #EFC9DA
Tints of Classic Rose #EFC9DA
RGB
CMYK
RGB Variations
Color information
#EFC9DA (or 0xEFC9DA) is known color: Classic Rose. HEX triplet: EF, C9 and DA. RGB value is (239,201,218). Sum of RGB (Red+Green+Blue) = 239+201+218=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9DA is #103625. Grayscale: #D6D6D6. Windows color (decimal): -1062438 or 14338543. OLE color: 14338543.
HSL color Cylindrical-coordinate representation of color #EFC9DA: hue angle of 333.16º 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 #EFC9DA is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 201 | 218 | - |
CMYK | 0 | 0.16 | 0.09 | 0.06 |
HSL | 333.16º | 0.54% | 0.86% | - |
HSV(B) | 333.16º | 0.16% | 0.94% | - |
XYZ | 69.14 | 65.19 | 75.27 | - |
YUV | 214.3 | 130.09 | 145.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 201 | 218 | 0 | 0.16 | 0.09 | 0.06 | 333.16 | 0.54 | 0.86 |
Hex | EF | C9 | DA | 0 | 10 | 9 | 6 | 14D | 36 | 56 |
Octal | 357 | 311 | 332 | 0 | 20 | 11 | 6 | 515 | 66 | 126 |
Binary | 11101111 | 11001001 | 11011010 | 0 | 10000 | 1001 | 110 | 101001101 | 110110 | 1010110 |
Color Harmonies of #EFC9DA
Complementary color
Monochromatic Colors of #EFC9DA
Black with #EFC9DA
Text Example
Text Example
White with #EFC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9DA; }
p { color: rgb(239,201,218); }
H1.HeaderClassName
{
color: #EFC9DA;
}
.AnyTagClassName
{
color: #EFC9DA;
}
</style>
background-color css
<style>
a { background-color: #EFC9DA; }
a { background-color: rgb(239,201,218); }
div.DivClassName
{
background-color: #EFC9DA;
}
.BgClassName
{
background-color: #EFC9DA;
}
</style>
border-color css
<style>
span { border-color: #EFC9DA; }
span { border-color: rgb(239,201,218); }
td.TdClassName
{
border-color: #EFC9DA;
}
.TagClassName
{
border-color: #EFC9DA;
}
</style>