Shades of Givry #E6D4B3
Tints of Givry #E6D4B3
RGB
CMYK
RGB Variations
Color information
#E6D4B3 (or 0xE6D4B3) is known color: Givry. HEX triplet: E6, D4 and B3. RGB value is (230,212,179). Sum of RGB (Red+Green+Blue) = 230+212+179=621 (82% of max value = 765). Red value is 230 (90.23% from 255 or 37.04% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D4B3 is #192B4C. Grayscale: #D5D5D5. Windows color (decimal): -1649485 or 11785446. OLE color: 11785446.
HSL color Cylindrical-coordinate representation of color #E6D4B3: hue angle of 38.82º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6D4B3 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 212 | 179 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.10 |
| HSL | 38.82º | 0.5% | 0.8% | - |
| HSV(B) | 38.82º | 0.22% | 0.9% | - |
| XYZ | 64.31 | 67.16 | 52.22 | - |
| YUV | 213.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 212 | 179 | 0 | 0.08 | 0.22 | 0.10 | 38.82 | 0.5 | 0.8 |
| Hex | E6 | D4 | B3 | 0 | 8 | 16 | A | 27 | 32 | 50 |
| Octal | 346 | 324 | 263 | 0 | 10 | 26 | 12 | 47 | 62 | 120 |
| Binary | 11100110 | 11010100 | 10110011 | 0 | 1000 | 10110 | 1010 | 100111 | 110010 | 1010000 |
Color Harmonies of #E6D4B3
Complementary color
Monochromatic Colors of #E6D4B3
Black with #E6D4B3
Text Example
Text Example
White with #E6D4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D4B3; }
p { color: rgb(230,212,179); }
H1.HeaderClassName
{
color: #E6D4B3;
}
.AnyTagClassName
{
color: #E6D4B3;
}
</style>
background-color css
<style>
a { background-color: #E6D4B3; }
a { background-color: rgb(230,212,179); }
div.DivClassName
{
background-color: #E6D4B3;
}
.BgClassName
{
background-color: #E6D4B3;
}
</style>
border-color css
<style>
span { border-color: #E6D4B3; }
span { border-color: rgb(230,212,179); }
td.TdClassName
{
border-color: #E6D4B3;
}
.TagClassName
{
border-color: #E6D4B3;
}
</style>