Shades of Classic Rose #EFCADD
Tints of Classic Rose #EFCADD
RGB
CMYK
RGB Variations
Color information
#EFCADD (or 0xEFCADD) is known color: Classic Rose. HEX triplet: EF, CA and DD. RGB value is (239,202,221). Sum of RGB (Red+Green+Blue) = 239+202+221=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 221 (86.72% from 255 or 33.38% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADD is #103522. Grayscale: #D7D7D7. Windows color (decimal): -1062179 or 14535407. OLE color: 14535407.
HSL color Cylindrical-coordinate representation of color #EFCADD: hue angle of 329.19º 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 #EFCADD is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 221 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.06 |
| HSL | 329.19º | 0.54% | 0.86% | - |
| HSV(B) | 329.19º | 0.15% | 0.94% | - |
| XYZ | 69.77 | 65.81 | 77.43 | - |
| YUV | 215.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 221 | 0 | 0.15 | 0.08 | 0.06 | 329.19 | 0.54 | 0.86 |
| Hex | EF | CA | DD | 0 | F | 8 | 6 | 149 | 36 | 56 |
| Octal | 357 | 312 | 335 | 0 | 17 | 10 | 6 | 511 | 66 | 126 |
| Binary | 11101111 | 11001010 | 11011101 | 0 | 1111 | 1000 | 110 | 101001001 | 110110 | 1010110 |
Color Harmonies of #EFCADD
Complementary color
Monochromatic Colors of #EFCADD
Black with #EFCADD
Text Example
Text Example
White with #EFCADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCADD; }
p { color: rgb(239,202,221); }
H1.HeaderClassName
{
color: #EFCADD;
}
.AnyTagClassName
{
color: #EFCADD;
}
</style>
background-color css
<style>
a { background-color: #EFCADD; }
a { background-color: rgb(239,202,221); }
div.DivClassName
{
background-color: #EFCADD;
}
.BgClassName
{
background-color: #EFCADD;
}
</style>
border-color css
<style>
span { border-color: #EFCADD; }
span { border-color: rgb(239,202,221); }
td.TdClassName
{
border-color: #EFCADD;
}
.TagClassName
{
border-color: #EFCADD;
}
</style>