#EDF7C1

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

Shades of Chiffon #EDF7C1

Tints of Chiffon #EDF7C1

Color information

#EDF7C1 (or 0xEDF7C1) is unknown color: approx Chiffon. HEX triplet: ED, F7 and C1. RGB value is (237,247,193). Sum of RGB (Red+Green+Blue) = 237+247+193=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 193 (75.78% from 255 or 28.51% from 677); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7C1 is #12083E. Grayscale: #EEEEEE. Windows color (decimal): -1181759 or 12711917. OLE color: 12711917.

HSL color Cylindrical-coordinate representation of color #EDF7C1: hue angle of 71.11º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDF7C1 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB237247193-
CMYK0.0400.220.03
HSL71.11º77.14%86.27%-
HSV(B)71.11º21.86%96.86%-
XYZ77.8188.3863.41-
YUV237.85102.69127.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.01%
GREEN value IS 247 (96.88% from 255) = 36.48%
BLUE value IS 193 (75.78% from 255) = 28.51%
R=35.01%
G=36.48%
B=28.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372471930.0400.220.0371.1177.1486.27
HexEDF7C140163474d56
Octal35536730140263107115126
Binary11101101111101111100000110001011011100011110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7C1; }

 p { color: rgb(237,247,193); }

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

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

 a { background-color: rgb(237,247,193); }

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

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

 span { border-color: rgb(237,247,193); }

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