#EDF1BF

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

Shades of Chiffon #EDF1BF

Tints of Chiffon #EDF1BF

Color information

#EDF1BF (or 0xEDF1BF) is unknown color: approx Chiffon. HEX triplet: ED, F1 and BF. RGB value is (237,241,191). Sum of RGB (Red+Green+Blue) = 237+241+191=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1BF is #120E40. Grayscale: #EAEAEA. Windows color (decimal): -1183297 or 12579309. OLE color: 12579309.

HSL color Cylindrical-coordinate representation of color #EDF1BF: hue angle of 64.8º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDF1BF is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB237241191-
CMYK0.0200.210.05
HSL64.8º64.1%84.71%-
HSV(B)64.8º20.75%94.51%-
XYZ75.7884.6861.64-
YUV234.1103.67130.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 191 (75% from 255) = 28.55%
R=35.43%
G=36.02%
B=28.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411910.0200.210.0564.864.184.71
HexEDF1BF20155414055
Octal35536127720255101100125
Binary11101101111100011011111110010101101100000110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1BF; }

 p { color: rgb(237,241,191); }

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

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

 a { background-color: rgb(237,241,191); }

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

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

 span { border-color: rgb(237,241,191); }

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