Shades of Watusi #EDCDBD
Tints of Watusi #EDCDBD
RGB
CMYK
RGB Variations
Color information
#EDCDBD (or 0xEDCDBD) is known color: Watusi. HEX triplet: ED, CD and BD. RGB value is (237,205,189). Sum of RGB (Red+Green+Blue) = 237+205+189=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDBD is #123242. Grayscale: #D4D4D4. Windows color (decimal): -1192515 or 12439021. OLE color: 12439021.
HSL color Cylindrical-coordinate representation of color #EDCDBD: hue angle of 20º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDCDBD is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 189 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.07 |
| HSL | 20º | 0.57% | 0.84% | - |
| HSV(B) | 20º | 0.2% | 0.93% | - |
| XYZ | 65.94 | 65.34 | 57.28 | - |
| YUV | 212.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 189 | 0 | 0.14 | 0.20 | 0.07 | 20 | 0.57 | 0.84 |
| Hex | ED | CD | BD | 0 | E | 14 | 7 | 14 | 39 | 54 |
| Octal | 355 | 315 | 275 | 0 | 16 | 24 | 7 | 24 | 71 | 124 |
| Binary | 11101101 | 11001101 | 10111101 | 0 | 1110 | 10100 | 111 | 10100 | 111001 | 1010100 |
Color Harmonies of #EDCDBD
Complementary color
Monochromatic Colors of #EDCDBD
Black with #EDCDBD
Text Example
Text Example
White with #EDCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDBD; }
p { color: rgb(237,205,189); }
H1.HeaderClassName
{
color: #EDCDBD;
}
.AnyTagClassName
{
color: #EDCDBD;
}
</style>
background-color css
<style>
a { background-color: #EDCDBD; }
a { background-color: rgb(237,205,189); }
div.DivClassName
{
background-color: #EDCDBD;
}
.BgClassName
{
background-color: #EDCDBD;
}
</style>
border-color css
<style>
span { border-color: #EDCDBD; }
span { border-color: rgb(237,205,189); }
td.TdClassName
{
border-color: #EDCDBD;
}
.TagClassName
{
border-color: #EDCDBD;
}
</style>