Shades of Sidecar #E7DDAC
Tints of Sidecar #E7DDAC
RGB
CMYK
RGB Variations
Color information
#E7DDAC (or 0xE7DDAC) is known color: Sidecar. HEX triplet: E7, DD and AC. RGB value is (231,221,172). Sum of RGB (Red+Green+Blue) = 231+221+172=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 172 (67.58% from 255 or 27.56% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DDAC is #182253. Grayscale: #DADADA. Windows color (decimal): -1581652 or 11328999. OLE color: 11328999.
HSL color Cylindrical-coordinate representation of color #E7DDAC: hue angle of 49.83º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E7DDAC is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 172 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.09 |
| HSL | 49.83º | 0.55% | 0.79% | - |
| HSV(B) | 49.83º | 0.26% | 0.91% | - |
| XYZ | 66.26 | 71.68 | 49.37 | - |
| YUV | 218.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 172 | 0 | 0.04 | 0.26 | 0.09 | 49.83 | 0.55 | 0.79 |
| Hex | E7 | DD | AC | 0 | 4 | 1A | 9 | 32 | 37 | 4F |
| Octal | 347 | 335 | 254 | 0 | 4 | 32 | 11 | 62 | 67 | 117 |
| Binary | 11100111 | 11011101 | 10101100 | 0 | 100 | 11010 | 1001 | 110010 | 110111 | 1001111 |
Color Harmonies of #E7DDAC
Complementary color
Monochromatic Colors of #E7DDAC
Black with #E7DDAC
Text Example
Text Example
White with #E7DDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DDAC; }
p { color: rgb(231,221,172); }
H1.HeaderClassName
{
color: #E7DDAC;
}
.AnyTagClassName
{
color: #E7DDAC;
}
</style>
background-color css
<style>
a { background-color: #E7DDAC; }
a { background-color: rgb(231,221,172); }
div.DivClassName
{
background-color: #E7DDAC;
}
.BgClassName
{
background-color: #E7DDAC;
}
</style>
border-color css
<style>
span { border-color: #E7DDAC; }
span { border-color: rgb(231,221,172); }
td.TdClassName
{
border-color: #E7DDAC;
}
.TagClassName
{
border-color: #E7DDAC;
}
</style>