#EDCFC5

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

Shades of Bizarre #EDCFC5

Tints of Bizarre #EDCFC5

Color information

#EDCFC5 (or 0xEDCFC5) is unknown color: approx Bizarre. HEX triplet: ED, CF and C5. RGB value is (237,207,197). Sum of RGB (Red+Green+Blue) = 237+207+197=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFC5 is #12303A. Grayscale: #D6D6D6. Windows color (decimal): -1191995 or 12963821. OLE color: 12963821.

HSL color Cylindrical-coordinate representation of color #EDCFC5: hue angle of 15º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EDCFC5 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237207197-
CMYK00.130.170.07
HSL15º52.63%85.1%-
HSV(B)15º16.88%92.94%-
XYZ67.3266.6662.14-
YUV214.83117.94143.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.97%
GREEN value IS 207 (81.25% from 255) = 32.29%
BLUE value IS 197 (77.34% from 255) = 30.73%
R=36.97%
G=32.29%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720719700.130.170.071552.6385.1
HexEDCFC50D117f3555
Octal3553173050152171765125
Binary111011011100111111000101011011000111111111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFC5; }

 p { color: rgb(237,207,197); }

 H1.HeaderClassName
 {
   color: #EDCFC5;
 }
 .AnyTagClassName
 {
   color: #EDCFC5;
 }
</style>
background-color css

<style>
 a { background-color: #EDCFC5; }

 a { background-color: rgb(237,207,197); }

 div.DivClassName
 {
   background-color: #EDCFC5;
 }
 .BgClassName
 {
   background-color: #EDCFC5;
 }
</style>
border-color css

<style>
 span { border-color: #EDCFC5; }

 span { border-color: rgb(237,207,197); }

 td.TdClassName
 {
   border-color: #EDCFC5;
 }
 .TagClassName
 {
   border-color: #EDCFC5;
 }
</style>