#EDF7CB

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

Shades of Snow Flurry #EDF7CB

Tints of Snow Flurry #EDF7CB

Color information

#EDF7CB (or 0xEDF7CB) is unknown color: approx Snow Flurry. HEX triplet: ED, F7 and CB. RGB value is (237,247,203). Sum of RGB (Red+Green+Blue) = 237+247+203=687 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.50% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 203 (79.69% from 255 or 29.55% from 687); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7CB is #120834. Grayscale: #EFEFEF. Windows color (decimal): -1181749 or 13367277. OLE color: 13367277.

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

Color convert

RGB237247203-
CMYK0.0400.180.03
HSL73.64º73.33%88.24%-
HSV(B)73.64º17.81%96.86%-
XYZ78.9788.8469.49-
YUV238.99107.69126.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.50%
GREEN value IS 247 (96.88% from 255) = 35.95%
BLUE value IS 203 (79.69% from 255) = 29.55%
R=34.50%
G=35.95%
B=29.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472030.0400.180.0373.6473.3388.24
HexEDF7CB401234a4958
Octal35536731340223112111130
Binary11101101111101111100101110001001011100101010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7CB; }

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

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

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

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

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

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

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

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