Shades of Watusi #EDCBBB
Tints of Watusi #EDCBBB
RGB
CMYK
RGB Variations
Color information
#EDCBBB (or 0xEDCBBB) is known color: Watusi. HEX triplet: ED, CB and BB. RGB value is (237,203,187). Sum of RGB (Red+Green+Blue) = 237+203+187=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBBB is #123444. Grayscale: #D3D3D3. Windows color (decimal): -1193029 or 12307437. OLE color: 12307437.
HSL color Cylindrical-coordinate representation of color #EDCBBB: hue angle of 19.2º 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 #EDCBBB is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 187 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.07 |
| HSL | 19.2º | 0.58% | 0.83% | - |
| HSV(B) | 19.2º | 0.21% | 0.93% | - |
| XYZ | 65.25 | 64.3 | 55.99 | - |
| YUV | 211.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 187 | 0 | 0.14 | 0.21 | 0.07 | 19.2 | 0.58 | 0.83 |
| Hex | ED | CB | BB | 0 | E | 15 | 7 | 13 | 3A | 53 |
| Octal | 355 | 313 | 273 | 0 | 16 | 25 | 7 | 23 | 72 | 123 |
| Binary | 11101101 | 11001011 | 10111011 | 0 | 1110 | 10101 | 111 | 10011 | 111010 | 1010011 |
Color Harmonies of #EDCBBB
Complementary color
Monochromatic Colors of #EDCBBB
Black with #EDCBBB
Text Example
Text Example
White with #EDCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBBB; }
p { color: rgb(237,203,187); }
H1.HeaderClassName
{
color: #EDCBBB;
}
.AnyTagClassName
{
color: #EDCBBB;
}
</style>
background-color css
<style>
a { background-color: #EDCBBB; }
a { background-color: rgb(237,203,187); }
div.DivClassName
{
background-color: #EDCBBB;
}
.BgClassName
{
background-color: #EDCBBB;
}
</style>
border-color css
<style>
span { border-color: #EDCBBB; }
span { border-color: rgb(237,203,187); }
td.TdClassName
{
border-color: #EDCBBB;
}
.TagClassName
{
border-color: #EDCBBB;
}
</style>