Shades of Classic Rose #EFC1D2
Tints of Classic Rose #EFC1D2
RGB
CMYK
RGB Variations
Color information
#EFC1D2 (or 0xEFC1D2) is known color: Classic Rose. HEX triplet: EF, C1 and D2. RGB value is (239,193,210). Sum of RGB (Red+Green+Blue) = 239+193+210=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1D2 is #103E2D. Grayscale: #D0D0D0. Windows color (decimal): -1064494 or 13812207. OLE color: 13812207.
HSL color Cylindrical-coordinate representation of color #EFC1D2: hue angle of 337.83º 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 #EFC1D2 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 210 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.06 |
| HSL | 337.83º | 0.59% | 0.85% | - |
| HSV(B) | 337.83º | 0.19% | 0.94% | - |
| XYZ | 66.3 | 61.14 | 69.28 | - |
| YUV | 208.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 210 | 0 | 0.19 | 0.12 | 0.06 | 337.83 | 0.59 | 0.85 |
| Hex | EF | C1 | D2 | 0 | 13 | C | 6 | 152 | 3B | 55 |
| Octal | 357 | 301 | 322 | 0 | 23 | 14 | 6 | 522 | 73 | 125 |
| Binary | 11101111 | 11000001 | 11010010 | 0 | 10011 | 1100 | 110 | 101010010 | 111011 | 1010101 |
Color Harmonies of #EFC1D2
Complementary color
Monochromatic Colors of #EFC1D2
Black with #EFC1D2
Text Example
Text Example
White with #EFC1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC1D2; }
p { color: rgb(239,193,210); }
H1.HeaderClassName
{
color: #EFC1D2;
}
.AnyTagClassName
{
color: #EFC1D2;
}
</style>
background-color css
<style>
a { background-color: #EFC1D2; }
a { background-color: rgb(239,193,210); }
div.DivClassName
{
background-color: #EFC1D2;
}
.BgClassName
{
background-color: #EFC1D2;
}
</style>
border-color css
<style>
span { border-color: #EFC1D2; }
span { border-color: rgb(239,193,210); }
td.TdClassName
{
border-color: #EFC1D2;
}
.TagClassName
{
border-color: #EFC1D2;
}
</style>