#E6F5CD

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

Shades of Snow Flurry #E6F5CD

Tints of Snow Flurry #E6F5CD

Color information

#E6F5CD (or 0xE6F5CD) is unknown color: approx Snow Flurry. HEX triplet: E6, F5 and CD. RGB value is (230,245,205). Sum of RGB (Red+Green+Blue) = 230+245+205=680 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.82% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 205 (80.47% from 255 or 30.15% from 680); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F5CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F5CD is #190A32. Grayscale: #ECECEC. Windows color (decimal): -1641011 or 13497830. OLE color: 13497830.

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

Color convert

RGB230245205-
CMYK0.0600.160.04
HSL82.5º66.67%88.24%-
HSV(B)82.5º16.33%96.08%-
XYZ76.386.5470.44-
YUV235.96110.53123.75-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.82%
GREEN value IS 245 (96.09% from 255) = 36.03%
BLUE value IS 205 (80.47% from 255) = 30.15%
R=33.82%
G=36.03%
B=30.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302452050.0600.160.0482.566.6788.24
HexE6F5CD60104524358
Octal34636531560204122103130
Binary111001101111010111001101110010000100101001010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F5CD; }

 p { color: rgb(230,245,205); }

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

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

 a { background-color: rgb(230,245,205); }

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

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

 span { border-color: rgb(230,245,205); }

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