Shades of Classic Rose #EFC3DD
Tints of Classic Rose #EFC3DD
RGB
CMYK
RGB Variations
Color information
#EFC3DD (or 0xEFC3DD) is known color: Classic Rose. HEX triplet: EF, C3 and DD. RGB value is (239,195,221). Sum of RGB (Red+Green+Blue) = 239+195+221=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 195 (76.56% from 255 or 29.77% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3DD is #103C22. Grayscale: #D3D3D3. Windows color (decimal): -1063971 or 14533615. OLE color: 14533615.
HSL color Cylindrical-coordinate representation of color #EFC3DD: hue angle of 324.55º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC3DD is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 221 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.06 |
| HSL | 324.55º | 0.58% | 0.85% | - |
| HSV(B) | 324.55º | 0.18% | 0.94% | - |
| XYZ | 68.16 | 62.6 | 76.9 | - |
| YUV | 211.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 221 | 0 | 0.18 | 0.08 | 0.06 | 324.55 | 0.58 | 0.85 |
| Hex | EF | C3 | DD | 0 | 12 | 8 | 6 | 145 | 3A | 55 |
| Octal | 357 | 303 | 335 | 0 | 22 | 10 | 6 | 505 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11011101 | 0 | 10010 | 1000 | 110 | 101000101 | 111010 | 1010101 |
Color Harmonies of #EFC3DD
Complementary color
Monochromatic Colors of #EFC3DD
Black with #EFC3DD
Text Example
Text Example
White with #EFC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3DD; }
p { color: rgb(239,195,221); }
H1.HeaderClassName
{
color: #EFC3DD;
}
.AnyTagClassName
{
color: #EFC3DD;
}
</style>
background-color css
<style>
a { background-color: #EFC3DD; }
a { background-color: rgb(239,195,221); }
div.DivClassName
{
background-color: #EFC3DD;
}
.BgClassName
{
background-color: #EFC3DD;
}
</style>
border-color css
<style>
span { border-color: #EFC3DD; }
span { border-color: rgb(239,195,221); }
td.TdClassName
{
border-color: #EFC3DD;
}
.TagClassName
{
border-color: #EFC3DD;
}
</style>