#EDFBBC

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

Shades of Chiffon #EDFBBC

Tints of Chiffon #EDFBBC

Color information

#EDFBBC (or 0xEDFBBC) is unknown color: approx Chiffon. HEX triplet: ED, FB and BC. RGB value is (237,251,188). Sum of RGB (Red+Green+Blue) = 237+251+188=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 188 (73.83% from 255 or 27.81% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBBC is #120443. Grayscale: #EFEFEF. Windows color (decimal): -1180740 or 12385261. OLE color: 12385261.

HSL color Cylindrical-coordinate representation of color #EDFBBC: hue angle of 73.33º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDFBBC is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB237251188-
CMYK0.0600.250.02
HSL73.33º88.73%86.08%-
HSV(B)73.33º25.1%98.43%-
XYZ78.590.6360.93-
YUV239.6398.86126.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 188 (73.83% from 255) = 27.81%
R=35.06%
G=37.13%
B=27.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372511880.0600.250.0273.3388.7386.08
HexEDFBBC60192495956
Octal35537327460312111131126
Binary11101101111110111011110011001100110100100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBBC; }

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

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

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

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

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

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

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

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