Shades of Classic Rose #EFDAE8
Tints of Classic Rose #EFDAE8
RGB
CMYK
RGB Variations
Color information
#EFDAE8 (or 0xEFDAE8) is known color: Classic Rose. HEX triplet: EF, DA and E8. RGB value is (239,218,232). Sum of RGB (Red+Green+Blue) = 239+218+232=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDAE8 is #102517. Grayscale: #E1E1E1. Windows color (decimal): -1058072 or 15260399. OLE color: 15260399.
HSL color Cylindrical-coordinate representation of color #EFDAE8: hue angle of 320º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDAE8 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 232 | - |
| CMYK | 0 | 0.09 | 0.03 | 0.06 |
| HSL | 320º | 0.4% | 0.9% | - |
| HSV(B) | 320º | 0.09% | 0.94% | - |
| XYZ | 75.23 | 74.32 | 86.72 | - |
| YUV | 225.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 232 | 0 | 0.09 | 0.03 | 0.06 | 320 | 0.4 | 0.9 |
| Hex | EF | DA | E8 | 0 | 9 | 3 | 6 | 140 | 28 | 5A |
| Octal | 357 | 332 | 350 | 0 | 11 | 3 | 6 | 500 | 50 | 132 |
| Binary | 11101111 | 11011010 | 11101000 | 0 | 1001 | 11 | 110 | 101000000 | 101000 | 1011010 |
Color Harmonies of #EFDAE8
Complementary color
Monochromatic Colors of #EFDAE8
Black with #EFDAE8
Text Example
Text Example
White with #EFDAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAE8; }
p { color: rgb(239,218,232); }
H1.HeaderClassName
{
color: #EFDAE8;
}
.AnyTagClassName
{
color: #EFDAE8;
}
</style>
background-color css
<style>
a { background-color: #EFDAE8; }
a { background-color: rgb(239,218,232); }
div.DivClassName
{
background-color: #EFDAE8;
}
.BgClassName
{
background-color: #EFDAE8;
}
</style>
border-color css
<style>
span { border-color: #EFDAE8; }
span { border-color: rgb(239,218,232); }
td.TdClassName
{
border-color: #EFDAE8;
}
.TagClassName
{
border-color: #EFDAE8;
}
</style>