#EDF3BF

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

Shades of Chiffon #EDF3BF

Tints of Chiffon #EDF3BF

Color information

#EDF3BF (or 0xEDF3BF) is unknown color: approx Chiffon. HEX triplet: ED, F3 and BF. RGB value is (237,243,191). Sum of RGB (Red+Green+Blue) = 237+243+191=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 243 (95.31% from 255 or 36.21% from 671); Blue value is 191 (75% from 255 or 28.46% from 671); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3BF is #120C40. Grayscale: #EBEBEB. Windows color (decimal): -1182785 or 12579821. OLE color: 12579821.

HSL color Cylindrical-coordinate representation of color #EDF3BF: hue angle of 66.92º degrees, saturation: 0.68, 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 #EDF3BF is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB237243191-
CMYK0.0200.210.05
HSL66.92º68.42%85.1%-
HSV(B)66.92º21.4%95.29%-
XYZ76.3885.8761.84-
YUV235.28103.01129.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 243 (95.31% from 255) = 36.21%
BLUE value IS 191 (75% from 255) = 28.46%
R=35.32%
G=36.21%
B=28.46%

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
Decimal2372431910.0200.210.0566.9268.4285.1
HexEDF3BF20155434455
Octal35536327720255103104125
Binary11101101111100111011111110010101101100001110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3BF; }

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

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

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

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

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

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

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

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