Shades of Classic Rose #EFC4DD
Tints of Classic Rose #EFC4DD
RGB
CMYK
RGB Variations
Color information
#EFC4DD (or 0xEFC4DD) is known color: Classic Rose. HEX triplet: EF, C4 and DD. RGB value is (239,196,221). Sum of RGB (Red+Green+Blue) = 239+196+221=656 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.43% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4DD is #103B22. Grayscale: #D3D3D3. Windows color (decimal): -1063715 or 14533871. OLE color: 14533871.
HSL color Cylindrical-coordinate representation of color #EFC4DD: hue angle of 325.12º 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 #EFC4DD is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 221 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.06 |
| HSL | 325.12º | 0.57% | 0.85% | - |
| HSV(B) | 325.12º | 0.18% | 0.94% | - |
| XYZ | 68.39 | 63.05 | 76.97 | - |
| YUV | 211.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 221 | 0 | 0.18 | 0.08 | 0.06 | 325.12 | 0.57 | 0.85 |
| Hex | EF | C4 | DD | 0 | 12 | 8 | 6 | 145 | 39 | 55 |
| Octal | 357 | 304 | 335 | 0 | 22 | 10 | 6 | 505 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11011101 | 0 | 10010 | 1000 | 110 | 101000101 | 111001 | 1010101 |
Color Harmonies of #EFC4DD
Complementary color
Monochromatic Colors of #EFC4DD
Black with #EFC4DD
Text Example
Text Example
White with #EFC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4DD; }
p { color: rgb(239,196,221); }
H1.HeaderClassName
{
color: #EFC4DD;
}
.AnyTagClassName
{
color: #EFC4DD;
}
</style>
background-color css
<style>
a { background-color: #EFC4DD; }
a { background-color: rgb(239,196,221); }
div.DivClassName
{
background-color: #EFC4DD;
}
.BgClassName
{
background-color: #EFC4DD;
}
</style>
border-color css
<style>
span { border-color: #EFC4DD; }
span { border-color: rgb(239,196,221); }
td.TdClassName
{
border-color: #EFC4DD;
}
.TagClassName
{
border-color: #EFC4DD;
}
</style>