Shades of Watusi #ECCCBC
Tints of Watusi #ECCCBC
RGB
CMYK
RGB Variations
Color information
#ECCCBC (or 0xECCCBC) is known color: Watusi. HEX triplet: EC, CC and BC. RGB value is (236,204,188). Sum of RGB (Red+Green+Blue) = 236+204+188=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCCBC is #133343. Grayscale: #D3D3D3. Windows color (decimal): -1258308 or 12373228. OLE color: 12373228.
HSL color Cylindrical-coordinate representation of color #ECCCBC: hue angle of 20º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECCCBC is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 188 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.07 |
| HSL | 20º | 0.56% | 0.83% | - |
| HSV(B) | 20º | 0.2% | 0.93% | - |
| XYZ | 65.26 | 64.65 | 56.62 | - |
| YUV | 211.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 188 | 0 | 0.14 | 0.20 | 0.07 | 20 | 0.56 | 0.83 |
| Hex | EC | CC | BC | 0 | E | 14 | 7 | 14 | 38 | 53 |
| Octal | 354 | 314 | 274 | 0 | 16 | 24 | 7 | 24 | 70 | 123 |
| Binary | 11101100 | 11001100 | 10111100 | 0 | 1110 | 10100 | 111 | 10100 | 111000 | 1010011 |
Color Harmonies of #ECCCBC
Complementary color
Monochromatic Colors of #ECCCBC
Black with #ECCCBC
Text Example
Text Example
White with #ECCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCBC; }
p { color: rgb(236,204,188); }
H1.HeaderClassName
{
color: #ECCCBC;
}
.AnyTagClassName
{
color: #ECCCBC;
}
</style>
background-color css
<style>
a { background-color: #ECCCBC; }
a { background-color: rgb(236,204,188); }
div.DivClassName
{
background-color: #ECCCBC;
}
.BgClassName
{
background-color: #ECCCBC;
}
</style>
border-color css
<style>
span { border-color: #ECCCBC; }
span { border-color: rgb(236,204,188); }
td.TdClassName
{
border-color: #ECCCBC;
}
.TagClassName
{
border-color: #ECCCBC;
}
</style>