Shades of Remy #EFDAD6
Tints of Remy #EFDAD6
RGB
CMYK
RGB Variations
Color information
#EFDAD6 (or 0xEFDAD6) is known color: Remy. HEX triplet: EF, DA and D6. RGB value is (239,218,214). Sum of RGB (Red+Green+Blue) = 239+218+214=671 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.62% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAD6 is #102529. Grayscale: #DFDFDF. Windows color (decimal): -1058090 or 14080751. OLE color: 14080751.
HSL color Cylindrical-coordinate representation of color #EFDAD6: hue angle of 9.6º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDAD6 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 218 | 214 | - |
CMYK | 0 | 0.09 | 0.10 | 0.06 |
HSL | 9.6º | 0.44% | 0.89% | - |
HSV(B) | 9.6º | 0.1% | 0.94% | - |
XYZ | 72.81 | 73.35 | 73.94 | - |
YUV | 223.82 | 122.46 | 138.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 218 | 214 | 0 | 0.09 | 0.10 | 0.06 | 9.6 | 0.44 | 0.89 |
Hex | EF | DA | D6 | 0 | 9 | A | 6 | A | 2C | 59 |
Octal | 357 | 332 | 326 | 0 | 11 | 12 | 6 | 12 | 54 | 131 |
Binary | 11101111 | 11011010 | 11010110 | 0 | 1001 | 1010 | 110 | 1010 | 101100 | 1011001 |
Color Harmonies of #EFDAD6
Complementary color
Monochromatic Colors of #EFDAD6
Black with #EFDAD6
Text Example
Text Example
White with #EFDAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAD6; }
p { color: rgb(239,218,214); }
H1.HeaderClassName
{
color: #EFDAD6;
}
.AnyTagClassName
{
color: #EFDAD6;
}
</style>
background-color css
<style>
a { background-color: #EFDAD6; }
a { background-color: rgb(239,218,214); }
div.DivClassName
{
background-color: #EFDAD6;
}
.BgClassName
{
background-color: #EFDAD6;
}
</style>
border-color css
<style>
span { border-color: #EFDAD6; }
span { border-color: rgb(239,218,214); }
td.TdClassName
{
border-color: #EFDAD6;
}
.TagClassName
{
border-color: #EFDAD6;
}
</style>