#EDFFB7

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

Shades of Chiffon #EDFFB7

Tints of Chiffon #EDFFB7

Color information

#EDFFB7 (or 0xEDFFB7) is unknown color: approx Chiffon. HEX triplet: ED, FF and B7. RGB value is (237,255,183). Sum of RGB (Red+Green+Blue) = 237+255+183=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 183 (71.88% from 255 or 27.11% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFB7 is #120048. Grayscale: #F1F1F1. Windows color (decimal): -1179721 or 12058605. OLE color: 12058605.

HSL color Cylindrical-coordinate representation of color #EDFFB7: hue angle of 75º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDFFB7 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB237255183-
CMYK0.0700.280
HSL75º100%85.88%-
HSV(B)75º28.24%100%-
XYZ79.2392.9458.56-
YUV241.4195.04124.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.11%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 183 (71.88% from 255) = 27.11%
R=35.11%
G=37.78%
B=27.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551830.0700.2807510085.88
HexEDFFB7701C04b6456
Octal35537726770340113144126
Binary1110110111111111101101111110111000100101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFB7; }

 p { color: rgb(237,255,183); }

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

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

 a { background-color: rgb(237,255,183); }

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

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

 span { border-color: rgb(237,255,183); }

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