Shades of Watusi #E9CDBB
Tints of Watusi #E9CDBB
RGB
CMYK
RGB Variations
Color information
#E9CDBB (or 0xE9CDBB) is known color: Watusi. HEX triplet: E9, CD and BB. RGB value is (233,205,187). Sum of RGB (Red+Green+Blue) = 233+205+187=625 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.28% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9CDBB is #163244. Grayscale: #D3D3D3. Windows color (decimal): -1454661 or 12307945. OLE color: 12307945.
HSL color Cylindrical-coordinate representation of color #E9CDBB: hue angle of 23.48º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E9CDBB is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 205 | 187 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.09 |
| HSL | 23.48º | 0.51% | 0.82% | - |
| HSV(B) | 23.48º | 0.2% | 0.91% | - |
| XYZ | 64.41 | 64.57 | 56.08 | - |
| YUV | 211.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 205 | 187 | 0 | 0.12 | 0.20 | 0.09 | 23.48 | 0.51 | 0.82 |
| Hex | E9 | CD | BB | 0 | C | 14 | 9 | 17 | 33 | 52 |
| Octal | 351 | 315 | 273 | 0 | 14 | 24 | 11 | 27 | 63 | 122 |
| Binary | 11101001 | 11001101 | 10111011 | 0 | 1100 | 10100 | 1001 | 10111 | 110011 | 1010010 |
Color Harmonies of #E9CDBB
Complementary color
Monochromatic Colors of #E9CDBB
Black with #E9CDBB
Text Example
Text Example
White with #E9CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9CDBB; }
p { color: rgb(233,205,187); }
H1.HeaderClassName
{
color: #E9CDBB;
}
.AnyTagClassName
{
color: #E9CDBB;
}
</style>
background-color css
<style>
a { background-color: #E9CDBB; }
a { background-color: rgb(233,205,187); }
div.DivClassName
{
background-color: #E9CDBB;
}
.BgClassName
{
background-color: #E9CDBB;
}
</style>
border-color css
<style>
span { border-color: #E9CDBB; }
span { border-color: rgb(233,205,187); }
td.TdClassName
{
border-color: #E9CDBB;
}
.TagClassName
{
border-color: #E9CDBB;
}
</style>