Shades of Watusi #EDCEBB
Tints of Watusi #EDCEBB
RGB
CMYK
RGB Variations
Color information
#EDCEBB (or 0xEDCEBB) is known color: Watusi. HEX triplet: ED, CE and BB. RGB value is (237,206,187). Sum of RGB (Red+Green+Blue) = 237+206+187=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEBB is #123144. Grayscale: #D5D5D5. Windows color (decimal): -1192261 or 12308205. OLE color: 12308205.
HSL color Cylindrical-coordinate representation of color #EDCEBB: hue angle of 22.8º 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 #EDCEBB is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 187 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.07 |
| HSL | 22.8º | 0.58% | 0.83% | - |
| HSV(B) | 22.8º | 0.21% | 0.93% | - |
| XYZ | 65.97 | 65.73 | 56.23 | - |
| YUV | 213.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 187 | 0 | 0.13 | 0.21 | 0.07 | 22.8 | 0.58 | 0.83 |
| Hex | ED | CE | BB | 0 | D | 15 | 7 | 17 | 3A | 53 |
| Octal | 355 | 316 | 273 | 0 | 15 | 25 | 7 | 27 | 72 | 123 |
| Binary | 11101101 | 11001110 | 10111011 | 0 | 1101 | 10101 | 111 | 10111 | 111010 | 1010011 |
Color Harmonies of #EDCEBB
Complementary color
Monochromatic Colors of #EDCEBB
Black with #EDCEBB
Text Example
Text Example
White with #EDCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEBB; }
p { color: rgb(237,206,187); }
H1.HeaderClassName
{
color: #EDCEBB;
}
.AnyTagClassName
{
color: #EDCEBB;
}
</style>
background-color css
<style>
a { background-color: #EDCEBB; }
a { background-color: rgb(237,206,187); }
div.DivClassName
{
background-color: #EDCEBB;
}
.BgClassName
{
background-color: #EDCEBB;
}
</style>
border-color css
<style>
span { border-color: #EDCEBB; }
span { border-color: rgb(237,206,187); }
td.TdClassName
{
border-color: #EDCEBB;
}
.TagClassName
{
border-color: #EDCEBB;
}
</style>