#EDFCBB

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

Shades of Chiffon #EDFCBB

Tints of Chiffon #EDFCBB

Color information

#EDFCBB (or 0xEDFCBB) is unknown color: approx Chiffon. HEX triplet: ED, FC and BB. RGB value is (237,252,187). Sum of RGB (Red+Green+Blue) = 237+252+187=676 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.06% from 676); Green value is 252 (98.83% from 255 or 37.28% from 676); Blue value is 187 (73.44% from 255 or 27.66% from 676); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCBB is #120344. Grayscale: #F0F0F0. Windows color (decimal): -1180485 or 12319981. OLE color: 12319981.

HSL color Cylindrical-coordinate representation of color #EDFCBB: hue angle of 73.85º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EDFCBB is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB237252187-
CMYK0.0600.260.01
HSL73.85º91.55%86.08%-
HSV(B)73.85º25.79%98.82%-
XYZ78.7191.2160.47-
YUV240.198.03125.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.06%
GREEN value IS 252 (98.83% from 255) = 37.28%
BLUE value IS 187 (73.44% from 255) = 27.66%
R=35.06%
G=37.28%
B=27.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372521870.0600.260.0173.8591.5586.08
HexEDFCBB601A14a5c56
Octal35537427360321112134126
Binary1110110111111100101110111100110101100101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCBB; }

 p { color: rgb(237,252,187); }

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

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

 a { background-color: rgb(237,252,187); }

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

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

 span { border-color: rgb(237,252,187); }

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