#EDF1B6

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

Shades of Chiffon #EDF1B6

Tints of Chiffon #EDF1B6

Color information

#EDF1B6 (or 0xEDF1B6) is unknown color: approx Chiffon. HEX triplet: ED, F1 and B6. RGB value is (237,241,182). Sum of RGB (Red+Green+Blue) = 237+241+182=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 182 (71.48% from 255 or 27.58% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1B6 is #120E49. Grayscale: #E9E9E9. Windows color (decimal): -1183306 or 11989485. OLE color: 11989485.

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

Color convert

RGB237241182-
CMYK0.0200.240.05
HSL64.07º67.82%82.94%-
HSV(B)64.07º24.48%94.51%-
XYZ74.8284.2956.58-
YUV233.0899.17130.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 182 (71.48% from 255) = 27.58%
R=35.91%
G=36.52%
B=27.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411820.0200.240.0564.0767.8282.94
HexEDF1B620185404453
Octal35536126620305100104123
Binary11101101111100011011011010011000101100000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1B6; }

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

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

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

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

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

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

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

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