Shades of Classic Rose #EFC8DA
Tints of Classic Rose #EFC8DA
RGB
CMYK
RGB Variations
Color information
#EFC8DA (or 0xEFC8DA) is known color: Classic Rose. HEX triplet: EF, C8 and DA. RGB value is (239,200,218). Sum of RGB (Red+Green+Blue) = 239+200+218=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8DA is #103725. Grayscale: #D5D5D5. Windows color (decimal): -1062694 or 14338287. OLE color: 14338287.
HSL color Cylindrical-coordinate representation of color #EFC8DA: hue angle of 332.31º 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 #EFC8DA is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 218 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.06 |
| HSL | 332.31º | 0.55% | 0.86% | - |
| HSV(B) | 332.31º | 0.16% | 0.94% | - |
| XYZ | 68.91 | 64.72 | 75.19 | - |
| YUV | 213.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 218 | 0 | 0.16 | 0.09 | 0.06 | 332.31 | 0.55 | 0.86 |
| Hex | EF | C8 | DA | 0 | 10 | 9 | 6 | 14C | 37 | 56 |
| Octal | 357 | 310 | 332 | 0 | 20 | 11 | 6 | 514 | 67 | 126 |
| Binary | 11101111 | 11001000 | 11011010 | 0 | 10000 | 1001 | 110 | 101001100 | 110111 | 1010110 |
Color Harmonies of #EFC8DA
Complementary color
Monochromatic Colors of #EFC8DA
Black with #EFC8DA
Text Example
Text Example
White with #EFC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC8DA; }
p { color: rgb(239,200,218); }
H1.HeaderClassName
{
color: #EFC8DA;
}
.AnyTagClassName
{
color: #EFC8DA;
}
</style>
background-color css
<style>
a { background-color: #EFC8DA; }
a { background-color: rgb(239,200,218); }
div.DivClassName
{
background-color: #EFC8DA;
}
.BgClassName
{
background-color: #EFC8DA;
}
</style>
border-color css
<style>
span { border-color: #EFC8DA; }
span { border-color: rgb(239,200,218); }
td.TdClassName
{
border-color: #EFC8DA;
}
.TagClassName
{
border-color: #EFC8DA;
}
</style>