#EDFFCB

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

Shades of Snow Flurry #EDFFCB

Tints of Snow Flurry #EDFFCB

Color information

#EDFFCB (or 0xEDFFCB) is unknown color: approx Snow Flurry. HEX triplet: ED, FF and CB. RGB value is (237,255,203). Sum of RGB (Red+Green+Blue) = 237+255+203=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 203 (79.69% from 255 or 29.21% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFFCB is #120034. Grayscale: #F3F3F3. Windows color (decimal): -1179701 or 13369325. OLE color: 13369325.

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

Color convert

RGB237255203-
CMYK0.0700.200
HSL80.77º100%89.8%-
HSV(B)80.77º20.39%100%-
XYZ81.4693.8470.32-
YUV243.69105.04123.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.10%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 203 (79.69% from 255) = 29.21%
R=34.10%
G=36.69%
B=29.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372552030.0700.20080.7710089.8
HexEDFFCB7014051645a
Octal35537731370240121144132
Binary1110110111111111110010111110101000101000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFFCB; }

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

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

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

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

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

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

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

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