#E9FDCF

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

Shades of Snow Flurry #E9FDCF

Tints of Snow Flurry #E9FDCF

Color information

#E9FDCF (or 0xE9FDCF) is unknown color: approx Snow Flurry. HEX triplet: E9, FD and CF. RGB value is (233,253,207). Sum of RGB (Red+Green+Blue) = 233+253+207=693 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.62% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 207 (81.25% from 255 or 29.87% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #E9FDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FDCF is #160230. Grayscale: #F1F1F1. Windows color (decimal): -1442353 or 13630953. OLE color: 13630953.

HSL color Cylindrical-coordinate representation of color #E9FDCF: hue angle of 86.09º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E9FDCF is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB233253207-
CMYK0.0800.180.01
HSL86.09º92%90.2%-
HSV(B)86.09º18.18%99.22%-
XYZ79.9992.0872.59-
YUV241.78108.37121.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.62%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 207 (81.25% from 255) = 29.87%
R=33.62%
G=36.51%
B=29.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2332532070.0800.180.0186.099290.2
HexE9FDCF80121565c5a
Octal351375317100221126134132
Binary11101001111111011100111110000100101101011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9FDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9FDCF; }

 p { color: rgb(233,253,207); }

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

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

 a { background-color: rgb(233,253,207); }

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

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

 span { border-color: rgb(233,253,207); }

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