#EDFBBD

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

Shades of Chiffon #EDFBBD

Tints of Chiffon #EDFBBD

Color information

#EDFBBD (or 0xEDFBBD) is unknown color: approx Chiffon. HEX triplet: ED, FB and BD. RGB value is (237,251,189). Sum of RGB (Red+Green+Blue) = 237+251+189=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 189 (74.22% from 255 or 27.92% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFBBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFBBD is #120442. Grayscale: #EFEFEF. Windows color (decimal): -1180739 or 12450797. OLE color: 12450797.

HSL color Cylindrical-coordinate representation of color #EDFBBD: hue angle of 73.55º 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 #EDFBBD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB237251189-
CMYK0.0600.250.02
HSL73.55º88.57%86.27%-
HSV(B)73.55º24.7%98.43%-
XYZ78.6190.6761.5-
YUV239.7599.36126.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 189 (74.22% from 255) = 27.92%
R=35.01%
G=37.08%
B=27.92%

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
Decimal2372511890.0600.250.0273.5588.5786.27
HexEDFBBD601924a5956
Octal35537327560312112131126
Binary11101101111110111011110111001100110100101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFBBD; }

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

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

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

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

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

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

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

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