#EDF3BB

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

Shades of Chiffon #EDF3BB

Tints of Chiffon #EDF3BB

Color information

#EDF3BB (or 0xEDF3BB) is unknown color: approx Chiffon. HEX triplet: ED, F3 and BB. RGB value is (237,243,187). Sum of RGB (Red+Green+Blue) = 237+243+187=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 187 (73.44% from 255 or 28.04% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3BB is #120C44. Grayscale: #EBEBEB. Windows color (decimal): -1182789 or 12317677. OLE color: 12317677.

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

Color convert

RGB237243187-
CMYK0.0200.230.05
HSL66.43º70%84.31%-
HSV(B)66.43º23.05%95.29%-
XYZ75.9585.6959.55-
YUV234.82101.01129.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.53%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 187 (73.44% from 255) = 28.04%
R=35.53%
G=36.43%
B=28.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372431870.0200.230.0566.437084.31
HexEDF3BB20175424654
Octal35536327320275102106124
Binary11101101111100111011101110010111101100001010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3BB; }

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

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

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

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

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

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

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

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