#EDF1B5

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

Shades of Chiffon #EDF1B5

Tints of Chiffon #EDF1B5

Color information

#EDF1B5 (or 0xEDF1B5) is unknown color: approx Chiffon. HEX triplet: ED, F1 and B5. RGB value is (237,241,181). Sum of RGB (Red+Green+Blue) = 237+241+181=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 241 (94.53% from 255 or 36.57% from 659); Blue value is 181 (71.09% from 255 or 27.47% from 659); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1B5 is #120E4A. Grayscale: #E9E9E9. Windows color (decimal): -1183307 or 11923949. OLE color: 11923949.

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

Color convert

RGB237241181-
CMYK0.0200.250.05
HSL64º68.18%82.75%-
HSV(B)64º24.9%94.51%-
XYZ74.7284.2556.04-
YUV232.9698.67130.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 241 (94.53% from 255) = 36.57%
BLUE value IS 181 (71.09% from 255) = 27.47%
R=35.96%
G=36.57%
B=27.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411810.0200.250.056468.1882.75
HexEDF1B520195404453
Octal35536126520315100104123
Binary11101101111100011011010110011001101100000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1B5; }

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

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

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

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

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

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

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

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