#EDF2B6

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

Shades of Chiffon #EDF2B6

Tints of Chiffon #EDF2B6

Color information

#EDF2B6 (or 0xEDF2B6) is unknown color: approx Chiffon. HEX triplet: ED, F2 and B6. RGB value is (237,242,182). Sum of RGB (Red+Green+Blue) = 237+242+182=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 182 (71.48% from 255 or 27.53% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2B6 is #120D49. Grayscale: #E9E9E9. Windows color (decimal): -1183050 or 11989741. OLE color: 11989741.

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

Color convert

RGB237242182-
CMYK0.0200.250.05
HSL65º69.77%83.14%-
HSV(B)65º24.79%94.9%-
XYZ75.1284.8956.68-
YUV233.6698.84130.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 182 (71.48% from 255) = 27.53%
R=35.85%
G=36.61%
B=27.53%

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
Decimal2372421820.0200.250.056569.7783.14
HexEDF2B620195414653
Octal35536226620315101106123
Binary11101101111100101011011010011001101100000110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2B6; }

 p { color: rgb(237,242,182); }

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

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

 a { background-color: rgb(237,242,182); }

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

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

 span { border-color: rgb(237,242,182); }

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