Shades of Watusi #EDCFC1
Tints of Watusi #EDCFC1
RGB
CMYK
RGB Variations
Color information
#EDCFC1 (or 0xEDCFC1) is known color: Watusi. HEX triplet: ED, CF and C1. RGB value is (237,207,193). Sum of RGB (Red+Green+Blue) = 237+207+193=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFC1 is #12303E. Grayscale: #D6D6D6. Windows color (decimal): -1191999 or 12701677. OLE color: 12701677.
HSL color Cylindrical-coordinate representation of color #EDCFC1: hue angle of 19.09º 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 #EDCFC1 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 193 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.07 |
| HSL | 19.09º | 0.55% | 0.84% | - |
| HSV(B) | 19.09º | 0.19% | 0.93% | - |
| XYZ | 66.86 | 66.48 | 59.76 | - |
| YUV | 214.37 | 115.94 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 193 | 0 | 0.13 | 0.19 | 0.07 | 19.09 | 0.55 | 0.84 |
| Hex | ED | CF | C1 | 0 | D | 13 | 7 | 13 | 37 | 54 |
| Octal | 355 | 317 | 301 | 0 | 15 | 23 | 7 | 23 | 67 | 124 |
| Binary | 11101101 | 11001111 | 11000001 | 0 | 1101 | 10011 | 111 | 10011 | 110111 | 1010100 |
Color Harmonies of #EDCFC1
Complementary color
Monochromatic Colors of #EDCFC1
Black with #EDCFC1
Text Example
Text Example
White with #EDCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFC1; }
p { color: rgb(237,207,193); }
H1.HeaderClassName
{
color: #EDCFC1;
}
.AnyTagClassName
{
color: #EDCFC1;
}
</style>
background-color css
<style>
a { background-color: #EDCFC1; }
a { background-color: rgb(237,207,193); }
div.DivClassName
{
background-color: #EDCFC1;
}
.BgClassName
{
background-color: #EDCFC1;
}
</style>
border-color css
<style>
span { border-color: #EDCFC1; }
span { border-color: rgb(237,207,193); }
td.TdClassName
{
border-color: #EDCFC1;
}
.TagClassName
{
border-color: #EDCFC1;
}
</style>