#EDFDB6

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

Shades of Chiffon #EDFDB6

Tints of Chiffon #EDFDB6

Color information

#EDFDB6 (or 0xEDFDB6) is unknown color: approx Chiffon. HEX triplet: ED, FD and B6. RGB value is (237,253,182). Sum of RGB (Red+Green+Blue) = 237+253+182=672 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.27% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 182 (71.48% from 255 or 27.08% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDB6 is #120249. Grayscale: #F0F0F0. Windows color (decimal): -1180234 or 11992557. OLE color: 11992557.

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

Color convert

RGB237253182-
CMYK0.0600.280.01
HSL73.52º94.67%85.29%-
HSV(B)73.52º28.06%99.22%-
XYZ78.4991.6357.81-
YUV240.1295.2125.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.27%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 182 (71.48% from 255) = 27.08%
R=35.27%
G=37.65%
B=27.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531820.0600.280.0173.5294.6785.29
HexEDFDB6601C14a5f55
Octal35537526660341112137125
Binary1110110111111101101101101100111001100101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDB6; }

 p { color: rgb(237,253,182); }

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

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

 a { background-color: rgb(237,253,182); }

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

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

 span { border-color: rgb(237,253,182); }

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