#EDFFD2

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

Shades of Snow Flurry #EDFFD2

Tints of Snow Flurry #EDFFD2

Color information

#EDFFD2 (or 0xEDFFD2) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and D2. RGB value is (237,255,210). Sum of RGB (Red+Green+Blue) = 237+255+210=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 210 (82.42% from 255 or 29.91% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFD2 is #12002D. Grayscale: #F4F4F4. Windows color (decimal): -1179694 or 13828077. OLE color: 13828077.

HSL color Cylindrical-coordinate representation of color #EDFFD2: hue angle of 84º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDFFD2 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB237255210-
CMYK0.0700.180
HSL84º100%91.18%-
HSV(B)84º17.65%100%-
XYZ82.3294.1874.81-
YUV244.49108.54122.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 255 (100% from 255) = 36.32%
BLUE value IS 210 (82.42% from 255) = 29.91%
R=33.76%
G=36.32%
B=29.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552100.0700.1808410091.18
HexEDFFD27012054645b
Octal35537732270220124144133
Binary1110110111111111110100101110100100101010011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFD2; }

 p { color: rgb(237,255,210); }

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

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

 a { background-color: rgb(237,255,210); }

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

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

 span { border-color: rgb(237,255,210); }

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