#EDF2C2

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

Shades of Chiffon #EDF2C2

Tints of Chiffon #EDF2C2

Color information

#EDF2C2 (or 0xEDF2C2) is unknown color: approx Chiffon. HEX triplet: ED, F2 and C2. RGB value is (237,242,194). Sum of RGB (Red+Green+Blue) = 237+242+194=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 194 (76.17% from 255 or 28.83% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2C2 is #120D3D. Grayscale: #EBEBEB. Windows color (decimal): -1183038 or 12776173. OLE color: 12776173.

HSL color Cylindrical-coordinate representation of color #EDF2C2: hue angle of 66.25º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDF2C2 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB237242194-
CMYK0.0200.200.05
HSL66.25º64.86%85.49%-
HSV(B)66.25º19.83%94.9%-
XYZ76.4185.463.5-
YUV235.03104.84129.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.22%
GREEN value IS 242 (94.92% from 255) = 35.96%
BLUE value IS 194 (76.17% from 255) = 28.83%
R=35.22%
G=35.96%
B=28.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421940.0200.200.0566.2564.8685.49
HexEDF2C220145424155
Octal35536230220245102101125
Binary11101101111100101100001010010100101100001010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2C2; }

 p { color: rgb(237,242,194); }

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

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

 a { background-color: rgb(237,242,194); }

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

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

 span { border-color: rgb(237,242,194); }

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