Shades of Classic Rose #EFCDDD
Tints of Classic Rose #EFCDDD
RGB
CMYK
RGB Variations
Color information
#EFCDDD (or 0xEFCDDD) is known color: Classic Rose. HEX triplet: EF, CD and DD. RGB value is (239,205,221). Sum of RGB (Red+Green+Blue) = 239+205+221=665 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.94% from 665); Green value is 205 (80.47% from 255 or 30.83% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDDD is #103222. Grayscale: #D8D8D8. Windows color (decimal): -1061411 or 14536175. OLE color: 14536175.
HSL color Cylindrical-coordinate representation of color #EFCDDD: hue angle of 331.76º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCDDD is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 221 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.06 |
| HSL | 331.76º | 0.52% | 0.87% | - |
| HSV(B) | 331.76º | 0.14% | 0.94% | - |
| XYZ | 70.48 | 67.23 | 77.67 | - |
| YUV | 216.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 221 | 0 | 0.14 | 0.08 | 0.06 | 331.76 | 0.52 | 0.87 |
| Hex | EF | CD | DD | 0 | E | 8 | 6 | 14C | 34 | 57 |
| Octal | 357 | 315 | 335 | 0 | 16 | 10 | 6 | 514 | 64 | 127 |
| Binary | 11101111 | 11001101 | 11011101 | 0 | 1110 | 1000 | 110 | 101001100 | 110100 | 1010111 |
Color Harmonies of #EFCDDD
Complementary color
Monochromatic Colors of #EFCDDD
Black with #EFCDDD
Text Example
Text Example
White with #EFCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDDD; }
p { color: rgb(239,205,221); }
H1.HeaderClassName
{
color: #EFCDDD;
}
.AnyTagClassName
{
color: #EFCDDD;
}
</style>
background-color css
<style>
a { background-color: #EFCDDD; }
a { background-color: rgb(239,205,221); }
div.DivClassName
{
background-color: #EFCDDD;
}
.BgClassName
{
background-color: #EFCDDD;
}
</style>
border-color css
<style>
span { border-color: #EFCDDD; }
span { border-color: rgb(239,205,221); }
td.TdClassName
{
border-color: #EFCDDD;
}
.TagClassName
{
border-color: #EFCDDD;
}
</style>