Shades of Classic Rose #EFC1D8
Tints of Classic Rose #EFC1D8
RGB
CMYK
RGB Variations
Color information
#EFC1D8 (or 0xEFC1D8) is known color: Classic Rose. HEX triplet: EF, C1 and D8. RGB value is (239,193,216). Sum of RGB (Red+Green+Blue) = 239+193+216=648 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.88% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 216 (84.77% from 255 or 33.33% from 648); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1D8 is #103E27. Grayscale: #D1D1D1. Windows color (decimal): -1064488 or 14205423. OLE color: 14205423.
HSL color Cylindrical-coordinate representation of color #EFC1D8: hue angle of 330º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC1D8 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 216 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.06 |
| HSL | 330º | 0.59% | 0.85% | - |
| HSV(B) | 330º | 0.19% | 0.94% | - |
| XYZ | 67.06 | 61.45 | 73.29 | - |
| YUV | 209.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 216 | 0 | 0.19 | 0.10 | 0.06 | 330 | 0.59 | 0.85 |
| Hex | EF | C1 | D8 | 0 | 13 | A | 6 | 14A | 3B | 55 |
| Octal | 357 | 301 | 330 | 0 | 23 | 12 | 6 | 512 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11011000 | 0 | 10011 | 1010 | 110 | 101001010 | 111011 | 1010101 |
Color Harmonies of #EFC1D8
Complementary color
Monochromatic Colors of #EFC1D8
Black with #EFC1D8
Text Example
Text Example
White with #EFC1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1D8; }
p { color: rgb(239,193,216); }
H1.HeaderClassName
{
color: #EFC1D8;
}
.AnyTagClassName
{
color: #EFC1D8;
}
</style>
background-color css
<style>
a { background-color: #EFC1D8; }
a { background-color: rgb(239,193,216); }
div.DivClassName
{
background-color: #EFC1D8;
}
.BgClassName
{
background-color: #EFC1D8;
}
</style>
border-color css
<style>
span { border-color: #EFC1D8; }
span { border-color: rgb(239,193,216); }
td.TdClassName
{
border-color: #EFC1D8;
}
.TagClassName
{
border-color: #EFC1D8;
}
</style>