#EDF7B6

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

Shades of Chiffon #EDF7B6

Tints of Chiffon #EDF7B6

Color information

#EDF7B6 (or 0xEDF7B6) is unknown color: approx Chiffon. HEX triplet: ED, F7 and B6. RGB value is (237,247,182). Sum of RGB (Red+Green+Blue) = 237+247+182=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 182 (71.48% from 255 or 27.33% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7B6 is #120849. Grayscale: #ECECEC. Windows color (decimal): -1181770 or 11991021. OLE color: 11991021.

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

Color convert

RGB237247182-
CMYK0.0400.260.03
HSL69.23º80.25%84.12%-
HSV(B)69.23º26.32%96.86%-
XYZ76.6387.957.18-
YUV236.697.19128.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 247 (96.88% from 255) = 37.09%
BLUE value IS 182 (71.48% from 255) = 27.33%
R=35.59%
G=37.09%
B=27.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471820.0400.260.0369.2380.2584.12
HexEDF7B6401A3455054
Octal35536726640323105120124
Binary11101101111101111011011010001101011100010110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7B6; }

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

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

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

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

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

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

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

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