Shades of Watusi #E8CFBD
Tints of Watusi #E8CFBD
RGB
CMYK
RGB Variations
Color information
#E8CFBD (or 0xE8CFBD) is known color: Watusi. HEX triplet: E8, CF and BD. RGB value is (232,207,189). Sum of RGB (Red+Green+Blue) = 232+207+189=628 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.94% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CFBD is #173042. Grayscale: #D4D4D4. Windows color (decimal): -1519683 or 12439528. OLE color: 12439528.
HSL color Cylindrical-coordinate representation of color #E8CFBD: hue angle of 25.12º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E8CFBD is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 189 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.09 |
| HSL | 25.12º | 0.48% | 0.83% | - |
| HSV(B) | 25.12º | 0.19% | 0.91% | - |
| XYZ | 64.78 | 65.46 | 57.36 | - |
| YUV | 212.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 189 | 0 | 0.11 | 0.19 | 0.09 | 25.12 | 0.48 | 0.83 |
| Hex | E8 | CF | BD | 0 | B | 13 | 9 | 19 | 30 | 53 |
| Octal | 350 | 317 | 275 | 0 | 13 | 23 | 11 | 31 | 60 | 123 |
| Binary | 11101000 | 11001111 | 10111101 | 0 | 1011 | 10011 | 1001 | 11001 | 110000 | 1010011 |
Color Harmonies of #E8CFBD
Complementary color
Monochromatic Colors of #E8CFBD
Black with #E8CFBD
Text Example
Text Example
White with #E8CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CFBD; }
p { color: rgb(232,207,189); }
H1.HeaderClassName
{
color: #E8CFBD;
}
.AnyTagClassName
{
color: #E8CFBD;
}
</style>
background-color css
<style>
a { background-color: #E8CFBD; }
a { background-color: rgb(232,207,189); }
div.DivClassName
{
background-color: #E8CFBD;
}
.BgClassName
{
background-color: #E8CFBD;
}
</style>
border-color css
<style>
span { border-color: #E8CFBD; }
span { border-color: rgb(232,207,189); }
td.TdClassName
{
border-color: #E8CFBD;
}
.TagClassName
{
border-color: #E8CFBD;
}
</style>