#EDF1BC

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

Shades of Chiffon #EDF1BC

Tints of Chiffon #EDF1BC

Color information

#EDF1BC (or 0xEDF1BC) is unknown color: approx Chiffon. HEX triplet: ED, F1 and BC. RGB value is (237,241,188). Sum of RGB (Red+Green+Blue) = 237+241+188=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1BC is #120E43. Grayscale: #E9E9E9. Windows color (decimal): -1183300 or 12382701. OLE color: 12382701.

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

Color convert

RGB237241188-
CMYK0.0200.220.05
HSL64.53º65.43%84.12%-
HSV(B)64.53º21.99%94.51%-
XYZ75.4684.5559.92-
YUV233.76102.17130.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 188 (73.83% from 255) = 28.23%
R=35.59%
G=36.19%
B=28.23%

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
Decimal2372411880.0200.220.0564.5365.4384.12
HexEDF1BC20165414154
Octal35536127420265101101124
Binary11101101111100011011110010010110101100000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1BC; }

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

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

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

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

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

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

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

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