Shades of Classic Rose #EFC4D9
Tints of Classic Rose #EFC4D9
RGB
CMYK
RGB Variations
Color information
#EFC4D9 (or 0xEFC4D9) is known color: Classic Rose. HEX triplet: EF, C4 and D9. RGB value is (239,196,217). Sum of RGB (Red+Green+Blue) = 239+196+217=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4D9 is #103B26. Grayscale: #D3D3D3. Windows color (decimal): -1063719 or 14271727. OLE color: 14271727.
HSL color Cylindrical-coordinate representation of color #EFC4D9: hue angle of 330.7º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC4D9 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 217 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.06 |
| HSL | 330.7º | 0.57% | 0.85% | - |
| HSV(B) | 330.7º | 0.18% | 0.94% | - |
| XYZ | 67.86 | 62.84 | 74.2 | - |
| YUV | 211.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 217 | 0 | 0.18 | 0.09 | 0.06 | 330.7 | 0.57 | 0.85 |
| Hex | EF | C4 | D9 | 0 | 12 | 9 | 6 | 14B | 39 | 55 |
| Octal | 357 | 304 | 331 | 0 | 22 | 11 | 6 | 513 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11011001 | 0 | 10010 | 1001 | 110 | 101001011 | 111001 | 1010101 |
Color Harmonies of #EFC4D9
Complementary color
Monochromatic Colors of #EFC4D9
Black with #EFC4D9
Text Example
Text Example
White with #EFC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4D9; }
p { color: rgb(239,196,217); }
H1.HeaderClassName
{
color: #EFC4D9;
}
.AnyTagClassName
{
color: #EFC4D9;
}
</style>
background-color css
<style>
a { background-color: #EFC4D9; }
a { background-color: rgb(239,196,217); }
div.DivClassName
{
background-color: #EFC4D9;
}
.BgClassName
{
background-color: #EFC4D9;
}
</style>
border-color css
<style>
span { border-color: #EFC4D9; }
span { border-color: rgb(239,196,217); }
td.TdClassName
{
border-color: #EFC4D9;
}
.TagClassName
{
border-color: #EFC4D9;
}
</style>