#EDF3BC

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

Shades of Chiffon #EDF3BC

Tints of Chiffon #EDF3BC

Color information

#EDF3BC (or 0xEDF3BC) is unknown color: approx Chiffon. HEX triplet: ED, F3 and BC. RGB value is (237,243,188). Sum of RGB (Red+Green+Blue) = 237+243+188=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 188 (73.83% from 255 or 28.14% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3BC is #120C43. Grayscale: #EBEBEB. Windows color (decimal): -1182788 or 12383213. OLE color: 12383213.

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

Color convert

RGB237243188-
CMYK0.0200.230.05
HSL66.55º69.62%84.51%-
HSV(B)66.55º22.63%95.29%-
XYZ76.0585.7460.12-
YUV234.94101.51129.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.48%
GREEN value IS 243 (95.31% from 255) = 36.38%
BLUE value IS 188 (73.83% from 255) = 28.14%
R=35.48%
G=36.38%
B=28.14%

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
Decimal2372431880.0200.230.0566.5569.6284.51
HexEDF3BC20175434655
Octal35536327420275103106125
Binary11101101111100111011110010010111101100001110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3BC; }

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

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

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

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

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

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

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

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