Shades of Classic Rose #EFC8DD
Tints of Classic Rose #EFC8DD
RGB
CMYK
RGB Variations
Color information
#EFC8DD (or 0xEFC8DD) is known color: Classic Rose. HEX triplet: EF, C8 and DD. RGB value is (239,200,221). Sum of RGB (Red+Green+Blue) = 239+200+221=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 200 (78.52% from 255 or 30.30% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8DD is #103722. Grayscale: #D6D6D6. Windows color (decimal): -1062691 or 14534895. OLE color: 14534895.
HSL color Cylindrical-coordinate representation of color #EFC8DD: hue angle of 327.69º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8DD is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 221 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.06 |
| HSL | 327.69º | 0.55% | 0.86% | - |
| HSV(B) | 327.69º | 0.16% | 0.94% | - |
| XYZ | 69.3 | 64.88 | 77.28 | - |
| YUV | 214.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 221 | 0 | 0.16 | 0.08 | 0.06 | 327.69 | 0.55 | 0.86 |
| Hex | EF | C8 | DD | 0 | 10 | 8 | 6 | 148 | 37 | 56 |
| Octal | 357 | 310 | 335 | 0 | 20 | 10 | 6 | 510 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11011101 | 0 | 10000 | 1000 | 110 | 101001000 | 110111 | 1010110 |
Color Harmonies of #EFC8DD
Complementary color
Monochromatic Colors of #EFC8DD
Black with #EFC8DD
Text Example
Text Example
White with #EFC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8DD; }
p { color: rgb(239,200,221); }
H1.HeaderClassName
{
color: #EFC8DD;
}
.AnyTagClassName
{
color: #EFC8DD;
}
</style>
background-color css
<style>
a { background-color: #EFC8DD; }
a { background-color: rgb(239,200,221); }
div.DivClassName
{
background-color: #EFC8DD;
}
.BgClassName
{
background-color: #EFC8DD;
}
</style>
border-color css
<style>
span { border-color: #EFC8DD; }
span { border-color: rgb(239,200,221); }
td.TdClassName
{
border-color: #EFC8DD;
}
.TagClassName
{
border-color: #EFC8DD;
}
</style>