Shades of Watusi #EDCFC2
Tints of Watusi #EDCFC2
RGB
CMYK
RGB Variations
Color information
#EDCFC2 (or 0xEDCFC2) is known color: Watusi. HEX triplet: ED, CF and C2. RGB value is (237,207,194). Sum of RGB (Red+Green+Blue) = 237+207+194=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFC2 is #12303D. Grayscale: #D6D6D6. Windows color (decimal): -1191998 or 12767213. OLE color: 12767213.
HSL color Cylindrical-coordinate representation of color #EDCFC2: hue angle of 18.14º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDCFC2 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 194 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.07 |
| HSL | 18.14º | 0.54% | 0.85% | - |
| HSV(B) | 18.14º | 0.18% | 0.93% | - |
| XYZ | 66.98 | 66.53 | 60.35 | - |
| YUV | 214.49 | 116.44 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 194 | 0 | 0.13 | 0.18 | 0.07 | 18.14 | 0.54 | 0.85 |
| Hex | ED | CF | C2 | 0 | D | 12 | 7 | 12 | 36 | 55 |
| Octal | 355 | 317 | 302 | 0 | 15 | 22 | 7 | 22 | 66 | 125 |
| Binary | 11101101 | 11001111 | 11000010 | 0 | 1101 | 10010 | 111 | 10010 | 110110 | 1010101 |
Color Harmonies of #EDCFC2
Complementary color
Monochromatic Colors of #EDCFC2
Black with #EDCFC2
Text Example
Text Example
White with #EDCFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCFC2; }
p { color: rgb(237,207,194); }
H1.HeaderClassName
{
color: #EDCFC2;
}
.AnyTagClassName
{
color: #EDCFC2;
}
</style>
background-color css
<style>
a { background-color: #EDCFC2; }
a { background-color: rgb(237,207,194); }
div.DivClassName
{
background-color: #EDCFC2;
}
.BgClassName
{
background-color: #EDCFC2;
}
</style>
border-color css
<style>
span { border-color: #EDCFC2; }
span { border-color: rgb(237,207,194); }
td.TdClassName
{
border-color: #EDCFC2;
}
.TagClassName
{
border-color: #EDCFC2;
}
</style>