Shades of Watusi #EECDBF
Tints of Watusi #EECDBF
RGB
CMYK
RGB Variations
Color information
#EECDBF (or 0xEECDBF) is known color: Watusi. HEX triplet: EE, CD and BF. RGB value is (238,205,191). Sum of RGB (Red+Green+Blue) = 238+205+191=634 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.54% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDBF is #113240. Grayscale: #D5D5D5. Windows color (decimal): -1126977 or 12570094. OLE color: 12570094.
HSL color Cylindrical-coordinate representation of color #EECDBF: hue angle of 17.87º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EECDBF is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 191 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.07 |
| HSL | 17.87º | 0.58% | 0.84% | - |
| HSV(B) | 17.87º | 0.2% | 0.93% | - |
| XYZ | 66.5 | 65.6 | 58.45 | - |
| YUV | 213.27 | 115.43 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 191 | 0 | 0.14 | 0.20 | 0.07 | 17.87 | 0.58 | 0.84 |
| Hex | EE | CD | BF | 0 | E | 14 | 7 | 12 | 3A | 54 |
| Octal | 356 | 315 | 277 | 0 | 16 | 24 | 7 | 22 | 72 | 124 |
| Binary | 11101110 | 11001101 | 10111111 | 0 | 1110 | 10100 | 111 | 10010 | 111010 | 1010100 |
Color Harmonies of #EECDBF
Complementary color
Monochromatic Colors of #EECDBF
Black with #EECDBF
Text Example
Text Example
White with #EECDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDBF; }
p { color: rgb(238,205,191); }
H1.HeaderClassName
{
color: #EECDBF;
}
.AnyTagClassName
{
color: #EECDBF;
}
</style>
background-color css
<style>
a { background-color: #EECDBF; }
a { background-color: rgb(238,205,191); }
div.DivClassName
{
background-color: #EECDBF;
}
.BgClassName
{
background-color: #EECDBF;
}
</style>
border-color css
<style>
span { border-color: #EECDBF; }
span { border-color: rgb(238,205,191); }
td.TdClassName
{
border-color: #EECDBF;
}
.TagClassName
{
border-color: #EECDBF;
}
</style>