Shades of Remy #EFDDDA
Tints of Remy #EFDDDA
RGB
CMYK
RGB Variations
Color information
#EFDDDA (or 0xEFDDDA) is known color: Remy. HEX triplet: EF, DD and DA. RGB value is (239,221,218). Sum of RGB (Red+Green+Blue) = 239+221+218=678 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.25% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDDDA is #102225. Grayscale: #E2E2E2. Windows color (decimal): -1057318 or 14343663. OLE color: 14343663.
HSL color Cylindrical-coordinate representation of color #EFDDDA: hue angle of 8.57º 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 #EFDDDA is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 221 | 218 | - |
CMYK | 0 | 0.08 | 0.09 | 0.06 |
HSL | 8.57º | 0.4% | 0.9% | - |
HSV(B) | 8.57º | 0.09% | 0.94% | - |
XYZ | 74.11 | 75.13 | 76.92 | - |
YUV | 226.04 | 123.46 | 137.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 221 | 218 | 0 | 0.08 | 0.09 | 0.06 | 8.57 | 0.4 | 0.9 |
Hex | EF | DD | DA | 0 | 8 | 9 | 6 | 9 | 28 | 5A |
Octal | 357 | 335 | 332 | 0 | 10 | 11 | 6 | 11 | 50 | 132 |
Binary | 11101111 | 11011101 | 11011010 | 0 | 1000 | 1001 | 110 | 1001 | 101000 | 1011010 |
Color Harmonies of #EFDDDA
Complementary color
Monochromatic Colors of #EFDDDA
Black with #EFDDDA
Text Example
Text Example
White with #EFDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDDDA; }
p { color: rgb(239,221,218); }
H1.HeaderClassName
{
color: #EFDDDA;
}
.AnyTagClassName
{
color: #EFDDDA;
}
</style>
background-color css
<style>
a { background-color: #EFDDDA; }
a { background-color: rgb(239,221,218); }
div.DivClassName
{
background-color: #EFDDDA;
}
.BgClassName
{
background-color: #EFDDDA;
}
</style>
border-color css
<style>
span { border-color: #EFDDDA; }
span { border-color: rgb(239,221,218); }
td.TdClassName
{
border-color: #EFDDDA;
}
.TagClassName
{
border-color: #EFDDDA;
}
</style>