Shades of Watusi #EDCEC1
Tints of Watusi #EDCEC1
RGB
CMYK
RGB Variations
Color information
#EDCEC1 (or 0xEDCEC1) is known color: Watusi. HEX triplet: ED, CE and C1. RGB value is (237,206,193). Sum of RGB (Red+Green+Blue) = 237+206+193=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 193 (75.78% from 255 or 30.35% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEC1 is #12313E. Grayscale: #D5D5D5. Windows color (decimal): -1192255 or 12701421. OLE color: 12701421.
HSL color Cylindrical-coordinate representation of color #EDCEC1: hue angle of 17.73º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDCEC1 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 193 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.07 |
| HSL | 17.73º | 0.55% | 0.84% | - |
| HSV(B) | 17.73º | 0.19% | 0.93% | - |
| XYZ | 66.62 | 66 | 59.68 | - |
| YUV | 213.79 | 116.27 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 193 | 0 | 0.13 | 0.19 | 0.07 | 17.73 | 0.55 | 0.84 |
| Hex | ED | CE | C1 | 0 | D | 13 | 7 | 12 | 37 | 54 |
| Octal | 355 | 316 | 301 | 0 | 15 | 23 | 7 | 22 | 67 | 124 |
| Binary | 11101101 | 11001110 | 11000001 | 0 | 1101 | 10011 | 111 | 10010 | 110111 | 1010100 |
Color Harmonies of #EDCEC1
Complementary color
Monochromatic Colors of #EDCEC1
Black with #EDCEC1
Text Example
Text Example
White with #EDCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEC1; }
p { color: rgb(237,206,193); }
H1.HeaderClassName
{
color: #EDCEC1;
}
.AnyTagClassName
{
color: #EDCEC1;
}
</style>
background-color css
<style>
a { background-color: #EDCEC1; }
a { background-color: rgb(237,206,193); }
div.DivClassName
{
background-color: #EDCEC1;
}
.BgClassName
{
background-color: #EDCEC1;
}
</style>
border-color css
<style>
span { border-color: #EDCEC1; }
span { border-color: rgb(237,206,193); }
td.TdClassName
{
border-color: #EDCEC1;
}
.TagClassName
{
border-color: #EDCEC1;
}
</style>