Shades of Classic Rose #EFC1D7
Tints of Classic Rose #EFC1D7
RGB
CMYK
RGB Variations
Color information
#EFC1D7 (or 0xEFC1D7) is known color: Classic Rose. HEX triplet: EF, C1 and D7. RGB value is (239,193,215). Sum of RGB (Red+Green+Blue) = 239+193+215=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 193 (75.78% from 255 or 29.83% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1D7 is #103E28. Grayscale: #D1D1D1. Windows color (decimal): -1064489 or 14139887. OLE color: 14139887.
HSL color Cylindrical-coordinate representation of color #EFC1D7: hue angle of 331.3º 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 #EFC1D7 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 215 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.06 |
| HSL | 331.3º | 0.59% | 0.85% | - |
| HSV(B) | 331.3º | 0.19% | 0.94% | - |
| XYZ | 66.93 | 61.4 | 72.61 | - |
| YUV | 209.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 215 | 0 | 0.19 | 0.10 | 0.06 | 331.3 | 0.59 | 0.85 |
| Hex | EF | C1 | D7 | 0 | 13 | A | 6 | 14B | 3B | 55 |
| Octal | 357 | 301 | 327 | 0 | 23 | 12 | 6 | 513 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11010111 | 0 | 10011 | 1010 | 110 | 101001011 | 111011 | 1010101 |
Color Harmonies of #EFC1D7
Complementary color
Monochromatic Colors of #EFC1D7
Black with #EFC1D7
Text Example
Text Example
White with #EFC1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1D7; }
p { color: rgb(239,193,215); }
H1.HeaderClassName
{
color: #EFC1D7;
}
.AnyTagClassName
{
color: #EFC1D7;
}
</style>
background-color css
<style>
a { background-color: #EFC1D7; }
a { background-color: rgb(239,193,215); }
div.DivClassName
{
background-color: #EFC1D7;
}
.BgClassName
{
background-color: #EFC1D7;
}
</style>
border-color css
<style>
span { border-color: #EFC1D7; }
span { border-color: rgb(239,193,215); }
td.TdClassName
{
border-color: #EFC1D7;
}
.TagClassName
{
border-color: #EFC1D7;
}
</style>