Shades of Watusi #EDCCBF
Tints of Watusi #EDCCBF
RGB
CMYK
RGB Variations
Color information
#EDCCBF (or 0xEDCCBF) is known color: Watusi. HEX triplet: ED, CC and BF. RGB value is (237,204,191). Sum of RGB (Red+Green+Blue) = 237+204+191=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCCBF is #123340. Grayscale: #D4D4D4. Windows color (decimal): -1192769 or 12569837. OLE color: 12569837.
HSL color Cylindrical-coordinate representation of color #EDCCBF: hue angle of 16.96º 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 #EDCCBF is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 204 | 191 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.07 |
| HSL | 16.96º | 0.56% | 0.84% | - |
| HSV(B) | 16.96º | 0.19% | 0.93% | - |
| XYZ | 65.92 | 64.95 | 58.35 | - |
| YUV | 212.39 | 115.93 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 204 | 191 | 0 | 0.14 | 0.19 | 0.07 | 16.96 | 0.56 | 0.84 |
| Hex | ED | CC | BF | 0 | E | 13 | 7 | 11 | 38 | 54 |
| Octal | 355 | 314 | 277 | 0 | 16 | 23 | 7 | 21 | 70 | 124 |
| Binary | 11101101 | 11001100 | 10111111 | 0 | 1110 | 10011 | 111 | 10001 | 111000 | 1010100 |
Color Harmonies of #EDCCBF
Complementary color
Monochromatic Colors of #EDCCBF
Black with #EDCCBF
Text Example
Text Example
White with #EDCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCCBF; }
p { color: rgb(237,204,191); }
H1.HeaderClassName
{
color: #EDCCBF;
}
.AnyTagClassName
{
color: #EDCCBF;
}
</style>
background-color css
<style>
a { background-color: #EDCCBF; }
a { background-color: rgb(237,204,191); }
div.DivClassName
{
background-color: #EDCCBF;
}
.BgClassName
{
background-color: #EDCCBF;
}
</style>
border-color css
<style>
span { border-color: #EDCCBF; }
span { border-color: rgb(237,204,191); }
td.TdClassName
{
border-color: #EDCCBF;
}
.TagClassName
{
border-color: #EDCCBF;
}
</style>