Shades of Classic Rose #EFCADC
Tints of Classic Rose #EFCADC
RGB
CMYK
RGB Variations
Color information
#EFCADC (or 0xEFCADC) is known color: Classic Rose. HEX triplet: EF, CA and DC. RGB value is (239,202,220). Sum of RGB (Red+Green+Blue) = 239+202+220=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCADC is #103523. Grayscale: #D7D7D7. Windows color (decimal): -1062180 or 14469871. OLE color: 14469871.
HSL color Cylindrical-coordinate representation of color #EFCADC: hue angle of 330.81º 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 #EFCADC is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 220 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.06 |
| HSL | 330.81º | 0.54% | 0.86% | - |
| HSV(B) | 330.81º | 0.15% | 0.94% | - |
| XYZ | 69.64 | 65.76 | 76.73 | - |
| YUV | 215.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 220 | 0 | 0.15 | 0.08 | 0.06 | 330.81 | 0.54 | 0.86 |
| Hex | EF | CA | DC | 0 | F | 8 | 6 | 14B | 36 | 56 |
| Octal | 357 | 312 | 334 | 0 | 17 | 10 | 6 | 513 | 66 | 126 |
| Binary | 11101111 | 11001010 | 11011100 | 0 | 1111 | 1000 | 110 | 101001011 | 110110 | 1010110 |
Color Harmonies of #EFCADC
Complementary color
Monochromatic Colors of #EFCADC
Black with #EFCADC
Text Example
Text Example
White with #EFCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCADC; }
p { color: rgb(239,202,220); }
H1.HeaderClassName
{
color: #EFCADC;
}
.AnyTagClassName
{
color: #EFCADC;
}
</style>
background-color css
<style>
a { background-color: #EFCADC; }
a { background-color: rgb(239,202,220); }
div.DivClassName
{
background-color: #EFCADC;
}
.BgClassName
{
background-color: #EFCADC;
}
</style>
border-color css
<style>
span { border-color: #EFCADC; }
span { border-color: rgb(239,202,220); }
td.TdClassName
{
border-color: #EFCADC;
}
.TagClassName
{
border-color: #EFCADC;
}
</style>