#EDCFC2

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

Shades of Watusi #EDCFC2

Tints of Watusi #EDCFC2

Color information

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

RGB237207194-
CMYK00.130.180.07
HSL18.14º54.43%84.51%-
HSV(B)18.14º18.14%92.94%-
XYZ66.9866.5360.35-
YUV214.49116.44144.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.15%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 194 (76.17% from 255) = 30.41%
R=37.15%
G=32.45%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720719400.130.180.0718.1454.4384.51
HexEDCFC20D127123655
Octal3553173020152272266125
Binary1110110111001111110000100110110010111100101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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