Shades of Watusi #EECDBD
Tints of Watusi #EECDBD
RGB
CMYK
RGB Variations
Color information
#EECDBD (or 0xEECDBD) is known color: Watusi. HEX triplet: EE, CD and BD. RGB value is (238,205,189). Sum of RGB (Red+Green+Blue) = 238+205+189=632 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.66% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 238 - color contains mainly: red. Hex color #EECDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECDBD is #113242. Grayscale: #D5D5D5. Windows color (decimal): -1126979 or 12439022. OLE color: 12439022.
HSL color Cylindrical-coordinate representation of color #EECDBD: hue angle of 19.59º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EECDBD is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 205 | 189 | - |
CMYK | 0 | 0.14 | 0.21 | 0.07 |
HSL | 19.59º | 0.59% | 0.84% | - |
HSV(B) | 19.59º | 0.21% | 0.93% | - |
XYZ | 66.28 | 65.51 | 57.3 | - |
YUV | 213.04 | 114.43 | 145.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 205 | 189 | 0 | 0.14 | 0.21 | 0.07 | 19.59 | 0.59 | 0.84 |
Hex | EE | CD | BD | 0 | E | 15 | 7 | 14 | 3B | 54 |
Octal | 356 | 315 | 275 | 0 | 16 | 25 | 7 | 24 | 73 | 124 |
Binary | 11101110 | 11001101 | 10111101 | 0 | 1110 | 10101 | 111 | 10100 | 111011 | 1010100 |
Color Harmonies of #EECDBD
Complementary color
Monochromatic Colors of #EECDBD
Black with #EECDBD
Text Example
Text Example
White with #EECDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECDBD; }
p { color: rgb(238,205,189); }
H1.HeaderClassName
{
color: #EECDBD;
}
.AnyTagClassName
{
color: #EECDBD;
}
</style>
background-color css
<style>
a { background-color: #EECDBD; }
a { background-color: rgb(238,205,189); }
div.DivClassName
{
background-color: #EECDBD;
}
.BgClassName
{
background-color: #EECDBD;
}
</style>
border-color css
<style>
span { border-color: #EECDBD; }
span { border-color: rgb(238,205,189); }
td.TdClassName
{
border-color: #EECDBD;
}
.TagClassName
{
border-color: #EECDBD;
}
</style>