#EDFDC1

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

Shades of Snow Flurry #EDFDC1

Tints of Snow Flurry #EDFDC1

Color information

#EDFDC1 (or 0xEDFDC1) is unknown color: approx Snow Flurry. HEX triplet: ED, FD and C1. RGB value is (237,253,193). Sum of RGB (Red+Green+Blue) = 237+253+193=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 193 (75.78% from 255 or 28.26% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDC1 is #12023E. Grayscale: #F1F1F1. Windows color (decimal): -1180223 or 12713453. OLE color: 12713453.

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

Color convert

RGB237253193-
CMYK0.0600.240.01
HSL76º93.75%87.45%-
HSV(B)76º23.72%99.22%-
XYZ79.6892.1164.03-
YUV241.38100.7124.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.70%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 193 (75.78% from 255) = 28.26%
R=34.70%
G=37.04%
B=28.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531930.0600.240.017693.7587.45
HexEDFDC1601814c5e57
Octal35537530160301114136127
Binary1110110111111101110000011100110001100110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDC1; }

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

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

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

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

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

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

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

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