#EDF7CF

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

Shades of Snow Flurry #EDF7CF

Tints of Snow Flurry #EDF7CF

Color information

#EDF7CF (or 0xEDF7CF) is unknown color: approx Snow Flurry. HEX triplet: ED, F7 and CF. RGB value is (237,247,207). Sum of RGB (Red+Green+Blue) = 237+247+207=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 207 (81.25% from 255 or 29.96% from 691); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7CF is #120830. Grayscale: #EFEFEF. Windows color (decimal): -1181745 or 13629421. OLE color: 13629421.

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

Color convert

RGB237247207-
CMYK0.0400.160.03
HSL75º71.43%89.02%-
HSV(B)75º16.19%96.86%-
XYZ79.4589.0372.03-
YUV239.45109.69126.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.30%
GREEN value IS 247 (96.88% from 255) = 35.75%
BLUE value IS 207 (81.25% from 255) = 29.96%
R=34.30%
G=35.75%
B=29.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472070.0400.160.037571.4389.02
HexEDF7CF401034b4759
Octal35536731740203113107131
Binary11101101111101111100111110001000011100101110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7CF; }

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

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

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

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

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

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

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

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