Shades of Sidecar #E7DEAF
Tints of Sidecar #E7DEAF
RGB
CMYK
RGB Variations
Color information
#E7DEAF (or 0xE7DEAF) is known color: Sidecar. HEX triplet: E7, DE and AF. RGB value is (231,222,175). Sum of RGB (Red+Green+Blue) = 231+222+175=628 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.78% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7DEAF is #182150. Grayscale: #DBDBDB. Windows color (decimal): -1581393 or 11525863. OLE color: 11525863.
HSL color Cylindrical-coordinate representation of color #E7DEAF: hue angle of 50.36º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E7DEAF is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 222 | 175 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.09 |
| HSL | 50.36º | 0.54% | 0.8% | - |
| HSV(B) | 50.36º | 0.24% | 0.91% | - |
| XYZ | 66.81 | 72.33 | 51 | - |
| YUV | 219.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 222 | 175 | 0 | 0.04 | 0.24 | 0.09 | 50.36 | 0.54 | 0.8 |
| Hex | E7 | DE | AF | 0 | 4 | 18 | 9 | 32 | 36 | 50 |
| Octal | 347 | 336 | 257 | 0 | 4 | 30 | 11 | 62 | 66 | 120 |
| Binary | 11100111 | 11011110 | 10101111 | 0 | 100 | 11000 | 1001 | 110010 | 110110 | 1010000 |
Color Harmonies of #E7DEAF
Complementary color
Monochromatic Colors of #E7DEAF
Black with #E7DEAF
Text Example
Text Example
White with #E7DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DEAF; }
p { color: rgb(231,222,175); }
H1.HeaderClassName
{
color: #E7DEAF;
}
.AnyTagClassName
{
color: #E7DEAF;
}
</style>
background-color css
<style>
a { background-color: #E7DEAF; }
a { background-color: rgb(231,222,175); }
div.DivClassName
{
background-color: #E7DEAF;
}
.BgClassName
{
background-color: #E7DEAF;
}
</style>
border-color css
<style>
span { border-color: #E7DEAF; }
span { border-color: rgb(231,222,175); }
td.TdClassName
{
border-color: #E7DEAF;
}
.TagClassName
{
border-color: #E7DEAF;
}
</style>