Shades of Classic Rose #EFCEDD
Tints of Classic Rose #EFCEDD
RGB
CMYK
RGB Variations
Color information
#EFCEDD (or 0xEFCEDD) is known color: Classic Rose. HEX triplet: EF, CE and DD. RGB value is (239,206,221). Sum of RGB (Red+Green+Blue) = 239+206+221=666 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.89% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEDD is #103122. Grayscale: #D9D9D9. Windows color (decimal): -1061155 or 14536431. OLE color: 14536431.
HSL color Cylindrical-coordinate representation of color #EFCEDD: hue angle of 332.73º degrees, saturation: 0.51, 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 #EFCEDD is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 221 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.06 |
| HSL | 332.73º | 0.51% | 0.87% | - |
| HSV(B) | 332.73º | 0.14% | 0.94% | - |
| XYZ | 70.72 | 67.71 | 77.75 | - |
| YUV | 217.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 221 | 0 | 0.14 | 0.08 | 0.06 | 332.73 | 0.51 | 0.87 |
| Hex | EF | CE | DD | 0 | E | 8 | 6 | 14D | 33 | 57 |
| Octal | 357 | 316 | 335 | 0 | 16 | 10 | 6 | 515 | 63 | 127 |
| Binary | 11101111 | 11001110 | 11011101 | 0 | 1110 | 1000 | 110 | 101001101 | 110011 | 1010111 |
Color Harmonies of #EFCEDD
Complementary color
Monochromatic Colors of #EFCEDD
Black with #EFCEDD
Text Example
Text Example
White with #EFCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEDD; }
p { color: rgb(239,206,221); }
H1.HeaderClassName
{
color: #EFCEDD;
}
.AnyTagClassName
{
color: #EFCEDD;
}
</style>
background-color css
<style>
a { background-color: #EFCEDD; }
a { background-color: rgb(239,206,221); }
div.DivClassName
{
background-color: #EFCEDD;
}
.BgClassName
{
background-color: #EFCEDD;
}
</style>
border-color css
<style>
span { border-color: #EFCEDD; }
span { border-color: rgb(239,206,221); }
td.TdClassName
{
border-color: #EFCEDD;
}
.TagClassName
{
border-color: #EFCEDD;
}
</style>