Shades of Watusi #EDCBBE
Tints of Watusi #EDCBBE
RGB
CMYK
RGB Variations
Color information
#EDCBBE (or 0xEDCBBE) is known color: Watusi. HEX triplet: ED, CB and BE. RGB value is (237,203,190). Sum of RGB (Red+Green+Blue) = 237+203+190=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCBBE is #123441. Grayscale: #D3D3D3. Windows color (decimal): -1193026 or 12504045. OLE color: 12504045.
HSL color Cylindrical-coordinate representation of color #EDCBBE: hue angle of 16.6º 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 #EDCBBE is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 190 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.07 |
| HSL | 16.6º | 0.57% | 0.84% | - |
| HSV(B) | 16.6º | 0.2% | 0.93% | - |
| XYZ | 65.58 | 64.43 | 57.7 | - |
| YUV | 211.68 | 115.76 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 190 | 0 | 0.14 | 0.20 | 0.07 | 16.6 | 0.57 | 0.84 |
| Hex | ED | CB | BE | 0 | E | 14 | 7 | 11 | 39 | 54 |
| Octal | 355 | 313 | 276 | 0 | 16 | 24 | 7 | 21 | 71 | 124 |
| Binary | 11101101 | 11001011 | 10111110 | 0 | 1110 | 10100 | 111 | 10001 | 111001 | 1010100 |
Color Harmonies of #EDCBBE
Complementary color
Monochromatic Colors of #EDCBBE
Black with #EDCBBE
Text Example
Text Example
White with #EDCBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCBBE; }
p { color: rgb(237,203,190); }
H1.HeaderClassName
{
color: #EDCBBE;
}
.AnyTagClassName
{
color: #EDCBBE;
}
</style>
background-color css
<style>
a { background-color: #EDCBBE; }
a { background-color: rgb(237,203,190); }
div.DivClassName
{
background-color: #EDCBBE;
}
.BgClassName
{
background-color: #EDCBBE;
}
</style>
border-color css
<style>
span { border-color: #EDCBBE; }
span { border-color: rgb(237,203,190); }
td.TdClassName
{
border-color: #EDCBBE;
}
.TagClassName
{
border-color: #EDCBBE;
}
</style>