Shades of Classic Rose #EFC0D8
Tints of Classic Rose #EFC0D8
RGB
CMYK
RGB Variations
Color information
#EFC0D8 (or 0xEFC0D8) is known color: Classic Rose. HEX triplet: EF, C0 and D8. RGB value is (239,192,216). Sum of RGB (Red+Green+Blue) = 239+192+216=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 216 (84.77% from 255 or 33.38% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0D8 is #103F27. Grayscale: #D0D0D0. Windows color (decimal): -1064744 or 14205167. OLE color: 14205167.
HSL color Cylindrical-coordinate representation of color #EFC0D8: hue angle of 329.36º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0D8 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 216 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.06 |
| HSL | 329.36º | 0.59% | 0.85% | - |
| HSV(B) | 329.36º | 0.2% | 0.94% | - |
| XYZ | 66.84 | 61.01 | 73.22 | - |
| YUV | 208.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 216 | 0 | 0.20 | 0.10 | 0.06 | 329.36 | 0.59 | 0.85 |
| Hex | EF | C0 | D8 | 0 | 14 | A | 6 | 149 | 3B | 55 |
| Octal | 357 | 300 | 330 | 0 | 24 | 12 | 6 | 511 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11011000 | 0 | 10100 | 1010 | 110 | 101001001 | 111011 | 1010101 |
Color Harmonies of #EFC0D8
Complementary color
Monochromatic Colors of #EFC0D8
Black with #EFC0D8
Text Example
Text Example
White with #EFC0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0D8; }
p { color: rgb(239,192,216); }
H1.HeaderClassName
{
color: #EFC0D8;
}
.AnyTagClassName
{
color: #EFC0D8;
}
</style>
background-color css
<style>
a { background-color: #EFC0D8; }
a { background-color: rgb(239,192,216); }
div.DivClassName
{
background-color: #EFC0D8;
}
.BgClassName
{
background-color: #EFC0D8;
}
</style>
border-color css
<style>
span { border-color: #EFC0D8; }
span { border-color: rgb(239,192,216); }
td.TdClassName
{
border-color: #EFC0D8;
}
.TagClassName
{
border-color: #EFC0D8;
}
</style>