Shades of Classic Rose #EFCCDA
Tints of Classic Rose #EFCCDA
RGB
CMYK
RGB Variations
Color information
#EFCCDA (or 0xEFCCDA) is known color: Classic Rose. HEX triplet: EF, CC and DA. RGB value is (239,204,218). Sum of RGB (Red+Green+Blue) = 239+204+218=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCCDA is #103325. Grayscale: #D8D8D8. Windows color (decimal): -1061670 or 14339311. OLE color: 14339311.
HSL color Cylindrical-coordinate representation of color #EFCCDA: hue angle of 336º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCCDA is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 218 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.06 |
| HSL | 336º | 0.52% | 0.87% | - |
| HSV(B) | 336º | 0.15% | 0.94% | - |
| XYZ | 69.84 | 66.6 | 75.5 | - |
| YUV | 216.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 218 | 0 | 0.15 | 0.09 | 0.06 | 336 | 0.52 | 0.87 |
| Hex | EF | CC | DA | 0 | F | 9 | 6 | 150 | 34 | 57 |
| Octal | 357 | 314 | 332 | 0 | 17 | 11 | 6 | 520 | 64 | 127 |
| Binary | 11101111 | 11001100 | 11011010 | 0 | 1111 | 1001 | 110 | 101010000 | 110100 | 1010111 |
Color Harmonies of #EFCCDA
Complementary color
Monochromatic Colors of #EFCCDA
Black with #EFCCDA
Text Example
Text Example
White with #EFCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCCDA; }
p { color: rgb(239,204,218); }
H1.HeaderClassName
{
color: #EFCCDA;
}
.AnyTagClassName
{
color: #EFCCDA;
}
</style>
background-color css
<style>
a { background-color: #EFCCDA; }
a { background-color: rgb(239,204,218); }
div.DivClassName
{
background-color: #EFCCDA;
}
.BgClassName
{
background-color: #EFCCDA;
}
</style>
border-color css
<style>
span { border-color: #EFCCDA; }
span { border-color: rgb(239,204,218); }
td.TdClassName
{
border-color: #EFCCDA;
}
.TagClassName
{
border-color: #EFCCDA;
}
</style>