Shades of Classic Rose #EFC6D9
Tints of Classic Rose #EFC6D9
RGB
CMYK
RGB Variations
Color information
#EFC6D9 (or 0xEFC6D9) is known color: Classic Rose. HEX triplet: EF, C6 and D9. RGB value is (239,198,217). Sum of RGB (Red+Green+Blue) = 239+198+217=654 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.54% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6D9 is #103926. Grayscale: #D4D4D4. Windows color (decimal): -1063207 or 14272239. OLE color: 14272239.
HSL color Cylindrical-coordinate representation of color #EFC6D9: hue angle of 332.2º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC6D9 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 217 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.06 |
| HSL | 332.2º | 0.56% | 0.86% | - |
| HSV(B) | 332.2º | 0.17% | 0.94% | - |
| XYZ | 68.32 | 63.75 | 74.35 | - |
| YUV | 212.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 217 | 0 | 0.17 | 0.09 | 0.06 | 332.2 | 0.56 | 0.86 |
| Hex | EF | C6 | D9 | 0 | 11 | 9 | 6 | 14C | 38 | 56 |
| Octal | 357 | 306 | 331 | 0 | 21 | 11 | 6 | 514 | 70 | 126 |
| Binary | 11101111 | 11000110 | 11011001 | 0 | 10001 | 1001 | 110 | 101001100 | 111000 | 1010110 |
Color Harmonies of #EFC6D9
Complementary color
Monochromatic Colors of #EFC6D9
Black with #EFC6D9
Text Example
Text Example
White with #EFC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6D9; }
p { color: rgb(239,198,217); }
H1.HeaderClassName
{
color: #EFC6D9;
}
.AnyTagClassName
{
color: #EFC6D9;
}
</style>
background-color css
<style>
a { background-color: #EFC6D9; }
a { background-color: rgb(239,198,217); }
div.DivClassName
{
background-color: #EFC6D9;
}
.BgClassName
{
background-color: #EFC6D9;
}
</style>
border-color css
<style>
span { border-color: #EFC6D9; }
span { border-color: rgb(239,198,217); }
td.TdClassName
{
border-color: #EFC6D9;
}
.TagClassName
{
border-color: #EFC6D9;
}
</style>