#EDCFC1

Color #EDCFC1 Watusi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watusi #EDCFC1

Tints of Watusi #EDCFC1

Color information

#EDCFC1 (or 0xEDCFC1) is unknown color: approx 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

RGB237207193-
CMYK00.130.190.07
HSL19.09º55%84.31%-
HSV(B)19.09º18.57%92.94%-
XYZ66.8666.4859.76-
YUV214.37115.94144.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 37.21%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 193 (75.78% from 255) = 30.30%
R=37.21%
G=32.50%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720719300.130.190.0719.095584.31
HexEDCFC10D137133754
Octal3553173010152372367124
Binary1110110111001111110000010110110011111100111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>