Shades of Classic Rose #EFCEDF
Tints of Classic Rose #EFCEDF
RGB
CMYK
RGB Variations
Color information
#EFCEDF (or 0xEFCEDF) is known color: Classic Rose. HEX triplet: EF, CE and DF. RGB value is (239,206,223). Sum of RGB (Red+Green+Blue) = 239+206+223=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCEDF is #103120. Grayscale: #D9D9D9. Windows color (decimal): -1061153 or 14667503. OLE color: 14667503.
HSL color Cylindrical-coordinate representation of color #EFCEDF: hue angle of 329.09º 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 #EFCEDF is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 223 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.06 |
| HSL | 329.09º | 0.51% | 0.87% | - |
| HSV(B) | 329.09º | 0.14% | 0.94% | - |
| XYZ | 70.99 | 67.82 | 79.16 | - |
| YUV | 217.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 223 | 0 | 0.14 | 0.07 | 0.06 | 329.09 | 0.51 | 0.87 |
| Hex | EF | CE | DF | 0 | E | 7 | 6 | 149 | 33 | 57 |
| Octal | 357 | 316 | 337 | 0 | 16 | 7 | 6 | 511 | 63 | 127 |
| Binary | 11101111 | 11001110 | 11011111 | 0 | 1110 | 111 | 110 | 101001001 | 110011 | 1010111 |
Color Harmonies of #EFCEDF
Complementary color
Monochromatic Colors of #EFCEDF
Black with #EFCEDF
Text Example
Text Example
White with #EFCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCEDF; }
p { color: rgb(239,206,223); }
H1.HeaderClassName
{
color: #EFCEDF;
}
.AnyTagClassName
{
color: #EFCEDF;
}
</style>
background-color css
<style>
a { background-color: #EFCEDF; }
a { background-color: rgb(239,206,223); }
div.DivClassName
{
background-color: #EFCEDF;
}
.BgClassName
{
background-color: #EFCEDF;
}
</style>
border-color css
<style>
span { border-color: #EFCEDF; }
span { border-color: rgb(239,206,223); }
td.TdClassName
{
border-color: #EFCEDF;
}
.TagClassName
{
border-color: #EFCEDF;
}
</style>