Shades of Remy #EFDFDB
Tints of Remy #EFDFDB
RGB
CMYK
RGB Variations
Color information
#EFDFDB (or 0xEFDFDB) is known color: Remy. HEX triplet: EF, DF and DB. RGB value is (239,223,219). Sum of RGB (Red+Green+Blue) = 239+223+219=681 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.10% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDFDB is #102024. Grayscale: #E3E3E3. Windows color (decimal): -1056805 or 14409711. OLE color: 14409711.
HSL color Cylindrical-coordinate representation of color #EFDFDB: hue angle of 12º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDFDB is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 223 | 219 | - |
CMYK | 0 | 0.07 | 0.08 | 0.06 |
HSL | 12º | 0.38% | 0.9% | - |
HSV(B) | 12º | 0.08% | 0.94% | - |
XYZ | 74.77 | 76.24 | 77.79 | - |
YUV | 227.33 | 123.3 | 136.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 223 | 219 | 0 | 0.07 | 0.08 | 0.06 | 12 | 0.38 | 0.9 |
Hex | EF | DF | DB | 0 | 7 | 8 | 6 | C | 26 | 5A |
Octal | 357 | 337 | 333 | 0 | 7 | 10 | 6 | 14 | 46 | 132 |
Binary | 11101111 | 11011111 | 11011011 | 0 | 111 | 1000 | 110 | 1100 | 100110 | 1011010 |
Color Harmonies of #EFDFDB
Complementary color
Monochromatic Colors of #EFDFDB
Black with #EFDFDB
Text Example
Text Example
White with #EFDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDFDB; }
p { color: rgb(239,223,219); }
H1.HeaderClassName
{
color: #EFDFDB;
}
.AnyTagClassName
{
color: #EFDFDB;
}
</style>
background-color css
<style>
a { background-color: #EFDFDB; }
a { background-color: rgb(239,223,219); }
div.DivClassName
{
background-color: #EFDFDB;
}
.BgClassName
{
background-color: #EFDFDB;
}
</style>
border-color css
<style>
span { border-color: #EFDFDB; }
span { border-color: rgb(239,223,219); }
td.TdClassName
{
border-color: #EFDFDB;
}
.TagClassName
{
border-color: #EFDFDB;
}
</style>