#EDF6CA

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

Shades of Snow Flurry #EDF6CA

Tints of Snow Flurry #EDF6CA

Color information

#EDF6CA (or 0xEDF6CA) is unknown color: approx Snow Flurry. HEX triplet: ED, F6 and CA. RGB value is (237,246,202). Sum of RGB (Red+Green+Blue) = 237+246+202=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6CA is #120935. Grayscale: #EEEEEE. Windows color (decimal): -1182006 or 13301485. OLE color: 13301485.

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

Color convert

RGB237246202-
CMYK0.0400.180.04
HSL72.27º70.97%87.84%-
HSV(B)72.27º17.89%96.47%-
XYZ78.5488.1868.76-
YUV238.29107.52127.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 246 (96.48% from 255) = 35.91%
BLUE value IS 202 (79.30% from 255) = 29.49%
R=34.60%
G=35.91%
B=29.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372462020.0400.180.0472.2770.9787.84
HexEDF6CA40124484758
Octal35536631240224110107130
Binary111011011111011011001010100010010100100100010001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF6CA; }

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

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

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

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

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

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

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

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