#EDFDB8

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

Shades of Chiffon #EDFDB8

Tints of Chiffon #EDFDB8

Color information

#EDFDB8 (or 0xEDFDB8) is unknown color: approx Chiffon. HEX triplet: ED, FD and B8. RGB value is (237,253,184). Sum of RGB (Red+Green+Blue) = 237+253+184=674 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.16% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 184 (72.27% from 255 or 27.30% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDB8 is #120247. Grayscale: #F0F0F0. Windows color (decimal): -1180232 or 12123629. OLE color: 12123629.

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

Color convert

RGB237253184-
CMYK0.0600.270.01
HSL73.91º94.52%85.69%-
HSV(B)73.91º27.27%99.22%-
XYZ78.791.7258.9-
YUV240.3596.2125.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.16%
GREEN value IS 253 (99.22% from 255) = 37.54%
BLUE value IS 184 (72.27% from 255) = 27.30%
R=35.16%
G=37.54%
B=27.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531840.0600.270.0173.9194.5285.69
HexEDFDB8601B14a5f56
Octal35537527060331112137126
Binary1110110111111101101110001100110111100101010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDB8; }

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

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

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

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

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

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

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

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