#EDF8BE

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

Shades of Chiffon #EDF8BE

Tints of Chiffon #EDF8BE

Color information

#EDF8BE (or 0xEDF8BE) is unknown color: approx Chiffon. HEX triplet: ED, F8 and BE. RGB value is (237,248,190). Sum of RGB (Red+Green+Blue) = 237+248+190=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 190 (74.61% from 255 or 28.15% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF8BE is #120741. Grayscale: #EEEEEE. Windows color (decimal): -1181506 or 12515565. OLE color: 12515565.

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

Color convert

RGB237248190-
CMYK0.0400.230.03
HSL71.38º80.56%85.88%-
HSV(B)71.38º23.39%97.25%-
XYZ77.7988.8661.77-
YUV238.1100.86127.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 248 (97.27% from 255) = 36.74%
BLUE value IS 190 (74.61% from 255) = 28.15%
R=35.11%
G=36.74%
B=28.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372481900.0400.230.0371.3880.5685.88
HexEDF8BE40173475156
Octal35537027640273107121126
Binary11101101111110001011111010001011111100011110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF8BE; }

 p { color: rgb(237,248,190); }

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

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

 a { background-color: rgb(237,248,190); }

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

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

 span { border-color: rgb(237,248,190); }

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