Shades of Givry #E7CDAC
Tints of Givry #E7CDAC
RGB
CMYK
RGB Variations
Color information
#E7CDAC (or 0xE7CDAC) is known color: Givry. HEX triplet: E7, CD and AC. RGB value is (231,205,172). Sum of RGB (Red+Green+Blue) = 231+205+172=608 (80% of max value = 765). Red value is 231 (90.62% from 255 or 37.99% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CDAC is #183253. Grayscale: #D1D1D1. Windows color (decimal): -1585748 or 11324903. OLE color: 11324903.
HSL color Cylindrical-coordinate representation of color #E7CDAC: hue angle of 33.56º 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 #E7CDAC is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 205 | 172 | - |
CMYK | 0 | 0.11 | 0.26 | 0.09 |
HSL | 33.56º | 0.55% | 0.79% | - |
HSV(B) | 33.56º | 0.26% | 0.91% | - |
XYZ | 62.23 | 63.63 | 48.03 | - |
YUV | 209.01 | 107.11 | 143.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 205 | 172 | 0 | 0.11 | 0.26 | 0.09 | 33.56 | 0.55 | 0.79 |
Hex | E7 | CD | AC | 0 | B | 1A | 9 | 22 | 37 | 4F |
Octal | 347 | 315 | 254 | 0 | 13 | 32 | 11 | 42 | 67 | 117 |
Binary | 11100111 | 11001101 | 10101100 | 0 | 1011 | 11010 | 1001 | 100010 | 110111 | 1001111 |
Color Harmonies of #E7CDAC
Complementary color
Monochromatic Colors of #E7CDAC
Black with #E7CDAC
Text Example
Text Example
White with #E7CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CDAC; }
p { color: rgb(231,205,172); }
H1.HeaderClassName
{
color: #E7CDAC;
}
.AnyTagClassName
{
color: #E7CDAC;
}
</style>
background-color css
<style>
a { background-color: #E7CDAC; }
a { background-color: rgb(231,205,172); }
div.DivClassName
{
background-color: #E7CDAC;
}
.BgClassName
{
background-color: #E7CDAC;
}
</style>
border-color css
<style>
span { border-color: #E7CDAC; }
span { border-color: rgb(231,205,172); }
td.TdClassName
{
border-color: #E7CDAC;
}
.TagClassName
{
border-color: #E7CDAC;
}
</style>