#EDF2BC

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

Shades of Chiffon #EDF2BC

Tints of Chiffon #EDF2BC

Color information

#EDF2BC (or 0xEDF2BC) is unknown color: approx Chiffon. HEX triplet: ED, F2 and BC. RGB value is (237,242,188). Sum of RGB (Red+Green+Blue) = 237+242+188=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2BC is #120D43. Grayscale: #EAEAEA. Windows color (decimal): -1183044 or 12382957. OLE color: 12382957.

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

Color convert

RGB237242188-
CMYK0.0200.220.05
HSL65.56º67.5%84.31%-
HSV(B)65.56º22.31%94.9%-
XYZ75.7585.1460.02-
YUV234.35101.84129.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 188 (73.83% from 255) = 28.19%
R=35.53%
G=36.28%
B=28.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421880.0200.220.0565.5667.584.31
HexEDF2BC20165424454
Octal35536227420265102104124
Binary11101101111100101011110010010110101100001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2BC; }

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

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

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

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

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

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

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

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