Shades of Classic Rose #EFCDDF
Tints of Classic Rose #EFCDDF
RGB
CMYK
RGB Variations
Color information
#EFCDDF (or 0xEFCDDF) is known color: Classic Rose. HEX triplet: EF, CD and DF. RGB value is (239,205,223). Sum of RGB (Red+Green+Blue) = 239+205+223=667 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.83% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 223 (87.5% from 255 or 33.43% from 667); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDDF is #103220. Grayscale: #D9D9D9. Windows color (decimal): -1061409 or 14667247. OLE color: 14667247.
HSL color Cylindrical-coordinate representation of color #EFCDDF: hue angle of 328.24º 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 #EFCDDF is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 223 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.06 |
| HSL | 328.24º | 0.52% | 0.87% | - |
| HSV(B) | 328.24º | 0.14% | 0.94% | - |
| XYZ | 70.75 | 67.34 | 79.08 | - |
| YUV | 217.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 223 | 0 | 0.14 | 0.07 | 0.06 | 328.24 | 0.52 | 0.87 |
| Hex | EF | CD | DF | 0 | E | 7 | 6 | 148 | 34 | 57 |
| Octal | 357 | 315 | 337 | 0 | 16 | 7 | 6 | 510 | 64 | 127 |
| Binary | 11101111 | 11001101 | 11011111 | 0 | 1110 | 111 | 110 | 101001000 | 110100 | 1010111 |
Color Harmonies of #EFCDDF
Complementary color
Monochromatic Colors of #EFCDDF
Black with #EFCDDF
Text Example
Text Example
White with #EFCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCDDF; }
p { color: rgb(239,205,223); }
H1.HeaderClassName
{
color: #EFCDDF;
}
.AnyTagClassName
{
color: #EFCDDF;
}
</style>
background-color css
<style>
a { background-color: #EFCDDF; }
a { background-color: rgb(239,205,223); }
div.DivClassName
{
background-color: #EFCDDF;
}
.BgClassName
{
background-color: #EFCDDF;
}
</style>
border-color css
<style>
span { border-color: #EFCDDF; }
span { border-color: rgb(239,205,223); }
td.TdClassName
{
border-color: #EFCDDF;
}
.TagClassName
{
border-color: #EFCDDF;
}
</style>