Shades of Givry #EED3B1
Tints of Givry #EED3B1
RGB
CMYK
RGB Variations
Color information
#EED3B1 (or 0xEED3B1) is known color: Givry. HEX triplet: EE, D3 and B1. RGB value is (238,211,177). Sum of RGB (Red+Green+Blue) = 238+211+177=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EED3B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED3B1 is #112C4E. Grayscale: #D7D7D7. Windows color (decimal): -1125455 or 11654126. OLE color: 11654126.
HSL color Cylindrical-coordinate representation of color #EED3B1: hue angle of 33.44º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EED3B1 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 177 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.07 |
| HSL | 33.44º | 0.64% | 0.81% | - |
| HSV(B) | 33.44º | 0.26% | 0.93% | - |
| XYZ | 66.49 | 67.94 | 51.2 | - |
| YUV | 215.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 177 | 0 | 0.11 | 0.26 | 0.07 | 33.44 | 0.64 | 0.81 |
| Hex | EE | D3 | B1 | 0 | B | 1A | 7 | 21 | 40 | 51 |
| Octal | 356 | 323 | 261 | 0 | 13 | 32 | 7 | 41 | 100 | 121 |
| Binary | 11101110 | 11010011 | 10110001 | 0 | 1011 | 11010 | 111 | 100001 | 1000000 | 1010001 |
Color Harmonies of #EED3B1
Complementary color
Monochromatic Colors of #EED3B1
Black with #EED3B1
Text Example
Text Example
White with #EED3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED3B1; }
p { color: rgb(238,211,177); }
H1.HeaderClassName
{
color: #EED3B1;
}
.AnyTagClassName
{
color: #EED3B1;
}
</style>
background-color css
<style>
a { background-color: #EED3B1; }
a { background-color: rgb(238,211,177); }
div.DivClassName
{
background-color: #EED3B1;
}
.BgClassName
{
background-color: #EED3B1;
}
</style>
border-color css
<style>
span { border-color: #EED3B1; }
span { border-color: rgb(238,211,177); }
td.TdClassName
{
border-color: #EED3B1;
}
.TagClassName
{
border-color: #EED3B1;
}
</style>