#EDF9CA

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

Shades of Snow Flurry #EDF9CA

Tints of Snow Flurry #EDF9CA

Color information

#EDF9CA (or 0xEDF9CA) is unknown color: approx Snow Flurry. HEX triplet: ED, F9 and CA. RGB value is (237,249,202). Sum of RGB (Red+Green+Blue) = 237+249+202=688 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.45% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9CA is #120635. Grayscale: #F0F0F0. Windows color (decimal): -1181238 or 13302253. OLE color: 13302253.

HSL color Cylindrical-coordinate representation of color #EDF9CA: hue angle of 75.32º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EDF9CA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB237249202-
CMYK0.0500.190.02
HSL75.32º79.66%88.43%-
HSV(B)75.32º18.88%97.65%-
XYZ79.4690.0269.06-
YUV240.05106.52125.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.45%
GREEN value IS 249 (97.66% from 255) = 36.19%
BLUE value IS 202 (79.30% from 255) = 29.36%
R=34.45%
G=36.19%
B=29.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372492020.0500.190.0275.3279.6688.43
HexEDF9CA501324b5058
Octal35537131250232113120130
Binary11101101111110011100101010101001110100101110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9CA; }

 p { color: rgb(237,249,202); }

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

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

 a { background-color: rgb(237,249,202); }

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

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

 span { border-color: rgb(237,249,202); }

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