Shades of Remy #EFDDD9
Tints of Remy #EFDDD9
RGB
CMYK
RGB Variations
Color information
#EFDDD9 (or 0xEFDDD9) is known color: Remy. HEX triplet: EF, DD and D9. RGB value is (239,221,217). Sum of RGB (Red+Green+Blue) = 239+221+217=677 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.30% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDD9 is #102226. Grayscale: #E1E1E1. Windows color (decimal): -1057319 or 14278127. OLE color: 14278127.
HSL color Cylindrical-coordinate representation of color #EFDDD9: hue angle of 10.91º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EFDDD9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 221 | 217 | - |
CMYK | 0 | 0.08 | 0.09 | 0.06 |
HSL | 10.91º | 0.41% | 0.89% | - |
HSV(B) | 10.91º | 0.09% | 0.94% | - |
XYZ | 73.98 | 75.07 | 76.24 | - |
YUV | 225.93 | 122.96 | 137.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 221 | 217 | 0 | 0.08 | 0.09 | 0.06 | 10.91 | 0.41 | 0.89 |
Hex | EF | DD | D9 | 0 | 8 | 9 | 6 | B | 29 | 59 |
Octal | 357 | 335 | 331 | 0 | 10 | 11 | 6 | 13 | 51 | 131 |
Binary | 11101111 | 11011101 | 11011001 | 0 | 1000 | 1001 | 110 | 1011 | 101001 | 1011001 |
Color Harmonies of #EFDDD9
Complementary color
Monochromatic Colors of #EFDDD9
Black with #EFDDD9
Text Example
Text Example
White with #EFDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDD9; }
p { color: rgb(239,221,217); }
H1.HeaderClassName
{
color: #EFDDD9;
}
.AnyTagClassName
{
color: #EFDDD9;
}
</style>
background-color css
<style>
a { background-color: #EFDDD9; }
a { background-color: rgb(239,221,217); }
div.DivClassName
{
background-color: #EFDDD9;
}
.BgClassName
{
background-color: #EFDDD9;
}
</style>
border-color css
<style>
span { border-color: #EFDDD9; }
span { border-color: rgb(239,221,217); }
td.TdClassName
{
border-color: #EFDDD9;
}
.TagClassName
{
border-color: #EFDDD9;
}
</style>