Shades of Classic Rose #EFCADF
Tints of Classic Rose #EFCADF
RGB
CMYK
RGB Variations
Color information
#EFCADF (or 0xEFCADF) is known color: Classic Rose. HEX triplet: EF, CA and DF. RGB value is (239,202,223). Sum of RGB (Red+Green+Blue) = 239+202+223=664 (87% of max value = 765). Red value is 239 (93.75% from 255 or 35.99% from 664); Green value is 202 (79.30% from 255 or 30.42% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADF is #103520. Grayscale: #D7D7D7. Windows color (decimal): -1062177 or 14666479. OLE color: 14666479.
HSL color Cylindrical-coordinate representation of color #EFCADF: hue angle of 325.95º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCADF is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 223 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.06 |
| HSL | 325.95º | 0.54% | 0.86% | - |
| HSV(B) | 325.95º | 0.15% | 0.94% | - |
| XYZ | 70.04 | 65.92 | 78.84 | - |
| YUV | 215.46 | 132.26 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 223 | 0 | 0.15 | 0.07 | 0.06 | 325.95 | 0.54 | 0.86 |
| Hex | EF | CA | DF | 0 | F | 7 | 6 | 146 | 36 | 56 |
| Octal | 357 | 312 | 337 | 0 | 17 | 7 | 6 | 506 | 66 | 126 |
| Binary | 11101111 | 11001010 | 11011111 | 0 | 1111 | 111 | 110 | 101000110 | 110110 | 1010110 |
Color Harmonies of #EFCADF
Complementary color
Monochromatic Colors of #EFCADF
Black with #EFCADF
Text Example
Text Example
White with #EFCADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCADF; }
p { color: rgb(239,202,223); }
H1.HeaderClassName
{
color: #EFCADF;
}
.AnyTagClassName
{
color: #EFCADF;
}
</style>
background-color css
<style>
a { background-color: #EFCADF; }
a { background-color: rgb(239,202,223); }
div.DivClassName
{
background-color: #EFCADF;
}
.BgClassName
{
background-color: #EFCADF;
}
</style>
border-color css
<style>
span { border-color: #EFCADF; }
span { border-color: rgb(239,202,223); }
td.TdClassName
{
border-color: #EFCADF;
}
.TagClassName
{
border-color: #EFCADF;
}
</style>