#EDFCB6

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

Shades of Chiffon #EDFCB6

Tints of Chiffon #EDFCB6

Color information

#EDFCB6 (or 0xEDFCB6) is unknown color: approx Chiffon. HEX triplet: ED, FC and B6. RGB value is (237,252,182). Sum of RGB (Red+Green+Blue) = 237+252+182=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 182 (71.48% from 255 or 27.12% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCB6 is #120349. Grayscale: #EFEFEF. Windows color (decimal): -1180490 or 11992301. OLE color: 11992301.

HSL color Cylindrical-coordinate representation of color #EDFCB6: hue angle of 72.86º degrees, saturation: 0.92, 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 #EDFCB6 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB237252182-
CMYK0.0600.280.01
HSL72.86º92.11%85.1%-
HSV(B)72.86º27.78%98.82%-
XYZ78.189157.7-
YUV239.5395.53126.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.32%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 182 (71.48% from 255) = 27.12%
R=35.32%
G=37.56%
B=27.12%

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
Decimal2372521820.0600.280.0172.8692.1185.1
HexEDFCB6601C1495c55
Octal35537426660341111134125
Binary1110110111111100101101101100111001100100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCB6; }

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

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

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

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

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

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

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

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