#EDFDC4

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

Shades of Snow Flurry #EDFDC4

Tints of Snow Flurry #EDFDC4

Color information

#EDFDC4 (or 0xEDFDC4) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and C4. RGB value is (237,253,196). Sum of RGB (Red+Green+Blue) = 237+253+196=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 196 (76.95% from 255 or 28.57% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC4 is #12023B. Grayscale: #F1F1F1. Windows color (decimal): -1180220 or 12910061. OLE color: 12910061.

HSL color Cylindrical-coordinate representation of color #EDFDC4: hue angle of 76.84º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDFDC4 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB237253196-
CMYK0.0600.230.01
HSL76.84º93.44%88.04%-
HSV(B)76.84º22.53%99.22%-
XYZ80.0192.2465.81-
YUV241.72102.2124.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 253 (99.22% from 255) = 36.88%
BLUE value IS 196 (76.95% from 255) = 28.57%
R=34.55%
G=36.88%
B=28.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531960.0600.230.0176.8493.4488.04
HexEDFDC4601714d5d58
Octal35537530460271115135130
Binary1110110111111101110001001100101111100110110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDC4; }

 p { color: rgb(237,253,196); }

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

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

 a { background-color: rgb(237,253,196); }

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

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

 span { border-color: rgb(237,253,196); }

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