#EDF7BE

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

Shades of Chiffon #EDF7BE

Tints of Chiffon #EDF7BE

Color information

#EDF7BE (or 0xEDF7BE) is unknown color: approx Chiffon. HEX triplet: ED, F7 and BE. RGB value is (237,247,190). Sum of RGB (Red+Green+Blue) = 237+247+190=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 190 (74.61% from 255 or 28.19% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7BE is #120841. Grayscale: #EDEDED. Windows color (decimal): -1181762 or 12515309. OLE color: 12515309.

HSL color Cylindrical-coordinate representation of color #EDF7BE: hue angle of 70.53º 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 #EDF7BE is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB237247190-
CMYK0.0400.230.03
HSL70.53º78.08%85.69%-
HSV(B)70.53º23.08%96.86%-
XYZ77.4888.2461.66-
YUV237.51101.19127.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 247 (96.88% from 255) = 36.65%
BLUE value IS 190 (74.61% from 255) = 28.19%
R=35.16%
G=36.65%
B=28.19%

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
Decimal2372471900.0400.230.0370.5378.0885.69
HexEDF7BE40173474e56
Octal35536727640273107116126
Binary11101101111101111011111010001011111100011110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7BE; }

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

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

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

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

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

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

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

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