Shades of Givry #EDD4B3
Tints of Givry #EDD4B3
RGB
CMYK
RGB Variations
Color information
#EDD4B3 (or 0xEDD4B3) is known color: Givry. HEX triplet: ED, D4 and B3. RGB value is (237,212,179). Sum of RGB (Red+Green+Blue) = 237+212+179=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 212 (83.20% from 255 or 33.76% from 628); Blue value is 179 (70.31% from 255 or 28.50% from 628); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4B3 is #122B4C. Grayscale: #D7D7D7. Windows color (decimal): -1190733 or 11785453. OLE color: 11785453.
HSL color Cylindrical-coordinate representation of color #EDD4B3: hue angle of 34.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDD4B3 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 179 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.07 |
| HSL | 34.14º | 0.62% | 0.82% | - |
| HSV(B) | 34.14º | 0.24% | 0.93% | - |
| XYZ | 66.61 | 68.35 | 52.33 | - |
| YUV | 215.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 179 | 0 | 0.11 | 0.24 | 0.07 | 34.14 | 0.62 | 0.82 |
| Hex | ED | D4 | B3 | 0 | B | 18 | 7 | 22 | 3E | 52 |
| Octal | 355 | 324 | 263 | 0 | 13 | 30 | 7 | 42 | 76 | 122 |
| Binary | 11101101 | 11010100 | 10110011 | 0 | 1011 | 11000 | 111 | 100010 | 111110 | 1010010 |
Color Harmonies of #EDD4B3
Complementary color
Monochromatic Colors of #EDD4B3
Black with #EDD4B3
Text Example
Text Example
White with #EDD4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4B3; }
p { color: rgb(237,212,179); }
H1.HeaderClassName
{
color: #EDD4B3;
}
.AnyTagClassName
{
color: #EDD4B3;
}
</style>
background-color css
<style>
a { background-color: #EDD4B3; }
a { background-color: rgb(237,212,179); }
div.DivClassName
{
background-color: #EDD4B3;
}
.BgClassName
{
background-color: #EDD4B3;
}
</style>
border-color css
<style>
span { border-color: #EDD4B3; }
span { border-color: rgb(237,212,179); }
td.TdClassName
{
border-color: #EDD4B3;
}
.TagClassName
{
border-color: #EDD4B3;
}
</style>