Shades of Givry #EDD2B2
Tints of Givry #EDD2B2
RGB
CMYK
RGB Variations
Color information
#EDD2B2 (or 0xEDD2B2) is known color: Givry. HEX triplet: ED, D2 and B2. RGB value is (237,210,178). Sum of RGB (Red+Green+Blue) = 237+210+178=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD2B2 is #122D4D. Grayscale: #D6D6D6. Windows color (decimal): -1191246 or 11719405. OLE color: 11719405.
HSL color Cylindrical-coordinate representation of color #EDD2B2: hue angle of 32.54º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDD2B2 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 178 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.07 |
| HSL | 32.54º | 0.62% | 0.81% | - |
| HSV(B) | 32.54º | 0.25% | 0.93% | - |
| XYZ | 66.01 | 67.31 | 51.63 | - |
| YUV | 214.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 178 | 0 | 0.11 | 0.25 | 0.07 | 32.54 | 0.62 | 0.81 |
| Hex | ED | D2 | B2 | 0 | B | 19 | 7 | 21 | 3E | 51 |
| Octal | 355 | 322 | 262 | 0 | 13 | 31 | 7 | 41 | 76 | 121 |
| Binary | 11101101 | 11010010 | 10110010 | 0 | 1011 | 11001 | 111 | 100001 | 111110 | 1010001 |
Color Harmonies of #EDD2B2
Complementary color
Monochromatic Colors of #EDD2B2
Black with #EDD2B2
Text Example
Text Example
White with #EDD2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2B2; }
p { color: rgb(237,210,178); }
H1.HeaderClassName
{
color: #EDD2B2;
}
.AnyTagClassName
{
color: #EDD2B2;
}
</style>
background-color css
<style>
a { background-color: #EDD2B2; }
a { background-color: rgb(237,210,178); }
div.DivClassName
{
background-color: #EDD2B2;
}
.BgClassName
{
background-color: #EDD2B2;
}
</style>
border-color css
<style>
span { border-color: #EDD2B2; }
span { border-color: rgb(237,210,178); }
td.TdClassName
{
border-color: #EDD2B2;
}
.TagClassName
{
border-color: #EDD2B2;
}
</style>