Shades of Remy #EEDFDB
Tints of Remy #EEDFDB
RGB
CMYK
RGB Variations
Color information
#EEDFDB (or 0xEEDFDB) is known color: Remy. HEX triplet: EE, DF and DB. RGB value is (238,223,219). Sum of RGB (Red+Green+Blue) = 238+223+219=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDFDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDFDB is #112024. Grayscale: #E3E3E3. Windows color (decimal): -1122341 or 14409710. OLE color: 14409710.
HSL color Cylindrical-coordinate representation of color #EEDFDB: hue angle of 12.63º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDFDB is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 223 | 219 | - |
CMYK | 0 | 0.06 | 0.08 | 0.07 |
HSL | 12.63º | 0.36% | 0.9% | - |
HSV(B) | 12.63º | 0.08% | 0.93% | - |
XYZ | 74.43 | 76.07 | 77.78 | - |
YUV | 227.03 | 123.47 | 135.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 223 | 219 | 0 | 0.06 | 0.08 | 0.07 | 12.63 | 0.36 | 0.9 |
Hex | EE | DF | DB | 0 | 6 | 8 | 7 | D | 24 | 5A |
Octal | 356 | 337 | 333 | 0 | 6 | 10 | 7 | 15 | 44 | 132 |
Binary | 11101110 | 11011111 | 11011011 | 0 | 110 | 1000 | 111 | 1101 | 100100 | 1011010 |
Color Harmonies of #EEDFDB
Complementary color
Monochromatic Colors of #EEDFDB
Black with #EEDFDB
Text Example
Text Example
White with #EEDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDFDB; }
p { color: rgb(238,223,219); }
H1.HeaderClassName
{
color: #EEDFDB;
}
.AnyTagClassName
{
color: #EEDFDB;
}
</style>
background-color css
<style>
a { background-color: #EEDFDB; }
a { background-color: rgb(238,223,219); }
div.DivClassName
{
background-color: #EEDFDB;
}
.BgClassName
{
background-color: #EEDFDB;
}
</style>
border-color css
<style>
span { border-color: #EEDFDB; }
span { border-color: rgb(238,223,219); }
td.TdClassName
{
border-color: #EEDFDB;
}
.TagClassName
{
border-color: #EEDFDB;
}
</style>