Shades of Watusi #EDD2BF
Tints of Watusi #EDD2BF
RGB
CMYK
RGB Variations
Color information
#EDD2BF (or 0xEDD2BF) is known color: Watusi. HEX triplet: ED, D2 and BF. RGB value is (237,210,191). Sum of RGB (Red+Green+Blue) = 237+210+191=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 210 (82.42% from 255 or 32.92% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2BF is #122D40. Grayscale: #D8D8D8. Windows color (decimal): -1191233 or 12571373. OLE color: 12571373.
HSL color Cylindrical-coordinate representation of color #EDD2BF: hue angle of 24.78º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDD2BF is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 191 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.07 |
| HSL | 24.78º | 0.56% | 0.84% | - |
| HSV(B) | 24.78º | 0.19% | 0.93% | - |
| XYZ | 67.38 | 67.86 | 58.84 | - |
| YUV | 215.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 191 | 0 | 0.11 | 0.19 | 0.07 | 24.78 | 0.56 | 0.84 |
| Hex | ED | D2 | BF | 0 | B | 13 | 7 | 19 | 38 | 54 |
| Octal | 355 | 322 | 277 | 0 | 13 | 23 | 7 | 31 | 70 | 124 |
| Binary | 11101101 | 11010010 | 10111111 | 0 | 1011 | 10011 | 111 | 11001 | 111000 | 1010100 |
Color Harmonies of #EDD2BF
Complementary color
Monochromatic Colors of #EDD2BF
Black with #EDD2BF
Text Example
Text Example
White with #EDD2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD2BF; }
p { color: rgb(237,210,191); }
H1.HeaderClassName
{
color: #EDD2BF;
}
.AnyTagClassName
{
color: #EDD2BF;
}
</style>
background-color css
<style>
a { background-color: #EDD2BF; }
a { background-color: rgb(237,210,191); }
div.DivClassName
{
background-color: #EDD2BF;
}
.BgClassName
{
background-color: #EDD2BF;
}
</style>
border-color css
<style>
span { border-color: #EDD2BF; }
span { border-color: rgb(237,210,191); }
td.TdClassName
{
border-color: #EDD2BF;
}
.TagClassName
{
border-color: #EDD2BF;
}
</style>