Shades of Watusi #E8CDBC
Tints of Watusi #E8CDBC
RGB
CMYK
RGB Variations
Color information
#E8CDBC (or 0xE8CDBC) is known color: Watusi. HEX triplet: E8, CD and BC. RGB value is (232,205,188). Sum of RGB (Red+Green+Blue) = 232+205+188=625 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.12% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CDBC is #173243. Grayscale: #D3D3D3. Windows color (decimal): -1520196 or 12373480. OLE color: 12373480.
HSL color Cylindrical-coordinate representation of color #E8CDBC: hue angle of 23.18º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8CDBC is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 205 | 188 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.09 |
| HSL | 23.18º | 0.49% | 0.82% | - |
| HSV(B) | 23.18º | 0.19% | 0.91% | - |
| XYZ | 64.19 | 64.45 | 56.63 | - |
| YUV | 211.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 205 | 188 | 0 | 0.12 | 0.19 | 0.09 | 23.18 | 0.49 | 0.82 |
| Hex | E8 | CD | BC | 0 | C | 13 | 9 | 17 | 31 | 52 |
| Octal | 350 | 315 | 274 | 0 | 14 | 23 | 11 | 27 | 61 | 122 |
| Binary | 11101000 | 11001101 | 10111100 | 0 | 1100 | 10011 | 1001 | 10111 | 110001 | 1010010 |
Color Harmonies of #E8CDBC
Complementary color
Monochromatic Colors of #E8CDBC
Black with #E8CDBC
Text Example
Text Example
White with #E8CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CDBC; }
p { color: rgb(232,205,188); }
H1.HeaderClassName
{
color: #E8CDBC;
}
.AnyTagClassName
{
color: #E8CDBC;
}
</style>
background-color css
<style>
a { background-color: #E8CDBC; }
a { background-color: rgb(232,205,188); }
div.DivClassName
{
background-color: #E8CDBC;
}
.BgClassName
{
background-color: #E8CDBC;
}
</style>
border-color css
<style>
span { border-color: #E8CDBC; }
span { border-color: rgb(232,205,188); }
td.TdClassName
{
border-color: #E8CDBC;
}
.TagClassName
{
border-color: #E8CDBC;
}
</style>