Shades of Watusi #EDCEBF
Tints of Watusi #EDCEBF
RGB
CMYK
RGB Variations
Color information
#EDCEBF (or 0xEDCEBF) is known color: Watusi. HEX triplet: ED, CE and BF. RGB value is (237,206,191). Sum of RGB (Red+Green+Blue) = 237+206+191=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCEBF is #123140. Grayscale: #D5D5D5. Windows color (decimal): -1192257 or 12570349. OLE color: 12570349.
HSL color Cylindrical-coordinate representation of color #EDCEBF: hue angle of 19.57º degrees, saturation: 0.56, 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 #EDCEBF is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 191 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.07 |
| HSL | 19.57º | 0.56% | 0.84% | - |
| HSV(B) | 19.57º | 0.19% | 0.93% | - |
| XYZ | 66.4 | 65.91 | 58.51 | - |
| YUV | 213.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 191 | 0 | 0.13 | 0.19 | 0.07 | 19.57 | 0.56 | 0.84 |
| Hex | ED | CE | BF | 0 | D | 13 | 7 | 14 | 38 | 54 |
| Octal | 355 | 316 | 277 | 0 | 15 | 23 | 7 | 24 | 70 | 124 |
| Binary | 11101101 | 11001110 | 10111111 | 0 | 1101 | 10011 | 111 | 10100 | 111000 | 1010100 |
Color Harmonies of #EDCEBF
Complementary color
Monochromatic Colors of #EDCEBF
Black with #EDCEBF
Text Example
Text Example
White with #EDCEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEBF; }
p { color: rgb(237,206,191); }
H1.HeaderClassName
{
color: #EDCEBF;
}
.AnyTagClassName
{
color: #EDCEBF;
}
</style>
background-color css
<style>
a { background-color: #EDCEBF; }
a { background-color: rgb(237,206,191); }
div.DivClassName
{
background-color: #EDCEBF;
}
.BgClassName
{
background-color: #EDCEBF;
}
</style>
border-color css
<style>
span { border-color: #EDCEBF; }
span { border-color: rgb(237,206,191); }
td.TdClassName
{
border-color: #EDCEBF;
}
.TagClassName
{
border-color: #EDCEBF;
}
</style>