Shades of Watusi #EDCDBC
Tints of Watusi #EDCDBC
RGB
CMYK
RGB Variations
Color information
#EDCDBC (or 0xEDCDBC) is known color: Watusi. HEX triplet: ED, CD and BC. RGB value is (237,205,188). Sum of RGB (Red+Green+Blue) = 237+205+188=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDBC is #123243. Grayscale: #D4D4D4. Windows color (decimal): -1192516 or 12373485. OLE color: 12373485.
HSL color Cylindrical-coordinate representation of color #EDCDBC: hue angle of 20.82º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDCDBC is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 188 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.07 |
| HSL | 20.82º | 0.58% | 0.83% | - |
| HSV(B) | 20.82º | 0.21% | 0.93% | - |
| XYZ | 65.83 | 65.3 | 56.71 | - |
| YUV | 212.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 188 | 0 | 0.14 | 0.21 | 0.07 | 20.82 | 0.58 | 0.83 |
| Hex | ED | CD | BC | 0 | E | 15 | 7 | 15 | 3A | 53 |
| Octal | 355 | 315 | 274 | 0 | 16 | 25 | 7 | 25 | 72 | 123 |
| Binary | 11101101 | 11001101 | 10111100 | 0 | 1110 | 10101 | 111 | 10101 | 111010 | 1010011 |
Color Harmonies of #EDCDBC
Complementary color
Monochromatic Colors of #EDCDBC
Black with #EDCDBC
Text Example
Text Example
White with #EDCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCDBC; }
p { color: rgb(237,205,188); }
H1.HeaderClassName
{
color: #EDCDBC;
}
.AnyTagClassName
{
color: #EDCDBC;
}
</style>
background-color css
<style>
a { background-color: #EDCDBC; }
a { background-color: rgb(237,205,188); }
div.DivClassName
{
background-color: #EDCDBC;
}
.BgClassName
{
background-color: #EDCDBC;
}
</style>
border-color css
<style>
span { border-color: #EDCDBC; }
span { border-color: rgb(237,205,188); }
td.TdClassName
{
border-color: #EDCDBC;
}
.TagClassName
{
border-color: #EDCDBC;
}
</style>