#EDF7BC

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

Shades of Chiffon #EDF7BC

Tints of Chiffon #EDF7BC

Color information

#EDF7BC (or 0xEDF7BC) is unknown color: approx Chiffon. HEX triplet: ED, F7 and BC. RGB value is (237,247,188). Sum of RGB (Red+Green+Blue) = 237+247+188=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 188 (73.83% from 255 or 27.98% from 672); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7BC is #120843. Grayscale: #EDEDED. Windows color (decimal): -1181764 or 12384237. OLE color: 12384237.

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

Color convert

RGB237247188-
CMYK0.0400.240.03
HSL70.17º78.67%85.29%-
HSV(B)70.17º23.89%96.86%-
XYZ77.2688.1660.52-
YUV237.28100.19127.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 247 (96.88% from 255) = 36.76%
BLUE value IS 188 (73.83% from 255) = 27.98%
R=35.27%
G=36.76%
B=27.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471880.0400.240.0370.1778.6785.29
HexEDF7BC40183464f55
Octal35536727440303106117125
Binary11101101111101111011110010001100011100011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7BC; }

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

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

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

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

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

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

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

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