#EDF1BB

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

Shades of Chiffon #EDF1BB

Tints of Chiffon #EDF1BB

Color information

#EDF1BB (or 0xEDF1BB) is unknown color: approx Chiffon. HEX triplet: ED, F1 and BB. RGB value is (237,241,187). Sum of RGB (Red+Green+Blue) = 237+241+187=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 241 (94.53% from 255 or 36.24% from 665); Blue value is 187 (73.44% from 255 or 28.12% from 665); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF1BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF1BB is #120E44. Grayscale: #E9E9E9. Windows color (decimal): -1183301 or 12317165. OLE color: 12317165.

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

Color convert

RGB237241187-
CMYK0.0200.220.05
HSL64.44º65.85%83.92%-
HSV(B)64.44º22.41%94.51%-
XYZ75.3584.559.35-
YUV233.65101.67130.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 241 (94.53% from 255) = 36.24%
BLUE value IS 187 (73.44% from 255) = 28.12%
R=35.64%
G=36.24%
B=28.12%

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
Decimal2372411870.0200.220.0564.4465.8583.92
HexEDF1BB20165404254
Octal35536127320265100102124
Binary11101101111100011011101110010110101100000010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1BB; }

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

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

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

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

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

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

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

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