#EDCFC4

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

Shades of Bizarre #EDCFC4

Tints of Bizarre #EDCFC4

Color information

#EDCFC4 (or 0xEDCFC4) is unknown color: approx Bizarre. HEX triplet: ED, CF and C4. RGB value is (237,207,196). Sum of RGB (Red+Green+Blue) = 237+207+196=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCFC4 is #12303B. Grayscale: #D6D6D6. Windows color (decimal): -1191996 or 12898285. OLE color: 12898285.

HSL color Cylindrical-coordinate representation of color #EDCFC4: hue angle of 16.1º 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 #EDCFC4 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237207196-
CMYK00.130.170.07
HSL16.1º53.25%84.9%-
HSV(B)16.1º17.3%92.94%-
XYZ67.266.6261.54-
YUV214.72117.44143.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.03%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 196 (76.95% from 255) = 30.62%
R=37.03%
G=32.34%
B=30.62%

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
Decimal23720719600.130.170.0716.153.2584.9
HexEDCFC40D117103555
Octal3553173040152172065125
Binary1110110111001111110001000110110001111100001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCFC4; }

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

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

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

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

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

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

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

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