#EDF5BC

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

Shades of Chiffon #EDF5BC

Tints of Chiffon #EDF5BC

Color information

#EDF5BC (or 0xEDF5BC) is unknown color: approx Chiffon. HEX triplet: ED, F5 and BC. RGB value is (237,245,188). Sum of RGB (Red+Green+Blue) = 237+245+188=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 245 (96.09% from 255 or 36.57% from 670); Blue value is 188 (73.83% from 255 or 28.06% from 670); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5BC is #120A43. Grayscale: #ECECEC. Windows color (decimal): -1182276 or 12383725. OLE color: 12383725.

HSL color Cylindrical-coordinate representation of color #EDF5BC: hue angle of 68.42º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDF5BC is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB237245188-
CMYK0.0300.230.04
HSL68.42º74.03%84.9%-
HSV(B)68.42º23.27%96.08%-
XYZ76.6586.9460.32-
YUV236.11100.85128.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.37%
GREEN value IS 245 (96.09% from 255) = 36.57%
BLUE value IS 188 (73.83% from 255) = 28.06%
R=35.37%
G=36.57%
B=28.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372451880.0300.230.0468.4274.0384.9
HexEDF5BC30174444a55
Octal35536527430274104112125
Binary11101101111101011011110011010111100100010010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5BC; }

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

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

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

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

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

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

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

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