#EDFAB6

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

Shades of Chiffon #EDFAB6

Tints of Chiffon #EDFAB6

Color information

#EDFAB6 (or 0xEDFAB6) is unknown color: approx Chiffon. HEX triplet: ED, FA and B6. RGB value is (237,250,182). Sum of RGB (Red+Green+Blue) = 237+250+182=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 182 (71.48% from 255 or 27.20% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAB6 is #120549. Grayscale: #EEEEEE. Windows color (decimal): -1181002 or 11991789. OLE color: 11991789.

HSL color Cylindrical-coordinate representation of color #EDFAB6: hue angle of 71.47º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDFAB6 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB237250182-
CMYK0.0500.270.02
HSL71.47º87.18%84.71%-
HSV(B)71.47º27.2%98.04%-
XYZ77.5589.7557.49-
YUV238.3696.19127.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 182 (71.48% from 255) = 27.20%
R=35.43%
G=37.37%
B=27.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501820.0500.270.0271.4787.1884.71
HexEDFAB6501B2475755
Octal35537226650332107127125
Binary11101101111110101011011010101101110100011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAB6; }

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

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

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

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

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

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

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

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