#EDF7BF

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

Shades of Chiffon #EDF7BF

Tints of Chiffon #EDF7BF

Color information

#EDF7BF (or 0xEDF7BF) is unknown color: approx Chiffon. HEX triplet: ED, F7 and BF. RGB value is (237,247,191). Sum of RGB (Red+Green+Blue) = 237+247+191=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 247 (96.88% from 255 or 36.59% from 675); Blue value is 191 (75% from 255 or 28.30% from 675); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7BF is #120840. Grayscale: #EDEDED. Windows color (decimal): -1181761 or 12580845. OLE color: 12580845.

HSL color Cylindrical-coordinate representation of color #EDF7BF: hue angle of 70.71º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF7BF is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB237247191-
CMYK0.0400.230.03
HSL70.71º77.78%85.88%-
HSV(B)70.71º22.67%96.86%-
XYZ77.5988.2962.24-
YUV237.63101.69127.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 247 (96.88% from 255) = 36.59%
BLUE value IS 191 (75% from 255) = 28.30%
R=35.11%
G=36.59%
B=28.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471910.0400.230.0370.7177.7885.88
HexEDF7BF40173474e56
Octal35536727740273107116126
Binary11101101111101111011111110001011111100011110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7BF; }

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

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

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

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

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

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

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

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