Shades of Watusi #EDCCBC
Tints of Watusi #EDCCBC
RGB
CMYK
RGB Variations
Color information
#EDCCBC (or 0xEDCCBC) is known color: Watusi. HEX triplet: ED, CC and BC. RGB value is (237,204,188). Sum of RGB (Red+Green+Blue) = 237+204+188=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCBC is #123343. Grayscale: #D4D4D4. Windows color (decimal): -1192772 or 12373229. OLE color: 12373229.
HSL color Cylindrical-coordinate representation of color #EDCCBC: hue angle of 19.59º 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 #EDCCBC is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 188 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.07 |
| HSL | 19.59º | 0.58% | 0.83% | - |
| HSV(B) | 19.59º | 0.21% | 0.93% | - |
| XYZ | 65.6 | 64.82 | 56.63 | - |
| YUV | 212.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 188 | 0 | 0.14 | 0.21 | 0.07 | 19.59 | 0.58 | 0.83 |
| Hex | ED | CC | BC | 0 | E | 15 | 7 | 14 | 3A | 53 |
| Octal | 355 | 314 | 274 | 0 | 16 | 25 | 7 | 24 | 72 | 123 |
| Binary | 11101101 | 11001100 | 10111100 | 0 | 1110 | 10101 | 111 | 10100 | 111010 | 1010011 |
Color Harmonies of #EDCCBC
Complementary color
Monochromatic Colors of #EDCCBC
Black with #EDCCBC
Text Example
Text Example
White with #EDCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCBC; }
p { color: rgb(237,204,188); }
H1.HeaderClassName
{
color: #EDCCBC;
}
.AnyTagClassName
{
color: #EDCCBC;
}
</style>
background-color css
<style>
a { background-color: #EDCCBC; }
a { background-color: rgb(237,204,188); }
div.DivClassName
{
background-color: #EDCCBC;
}
.BgClassName
{
background-color: #EDCCBC;
}
</style>
border-color css
<style>
span { border-color: #EDCCBC; }
span { border-color: rgb(237,204,188); }
td.TdClassName
{
border-color: #EDCCBC;
}
.TagClassName
{
border-color: #EDCCBC;
}
</style>