#E6F4CD

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

Shades of Snow Flurry #E6F4CD

Tints of Snow Flurry #E6F4CD

Color information

#E6F4CD (or 0xE6F4CD) is unknown color: approx Snow Flurry. HEX triplet: E6, F4 and CD. RGB value is (230,244,205). Sum of RGB (Red+Green+Blue) = 230+244+205=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 244 (95.70% from 255 or 35.94% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 244 - color contains mainly: green. Hex color #E6F4CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F4CD is #190B32. Grayscale: #EBEBEB. Windows color (decimal): -1641267 or 13497574. OLE color: 13497574.

HSL color Cylindrical-coordinate representation of color #E6F4CD: hue angle of 81.54º degrees, saturation: 0.64, 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 #E6F4CD is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB230244205-
CMYK0.0600.160.04
HSL81.54º63.93%88.04%-
HSV(B)81.54º15.98%95.69%-
XYZ7685.9370.34-
YUV235.37110.86124.17-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.87%
GREEN value IS 244 (95.70% from 255) = 35.94%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=33.87%
G=35.94%
B=30.19%

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
Decimal2302442050.0600.160.0481.5463.9388.04
HexE6F4CD60104524058
Octal34636431560204122100130
Binary111001101111010011001101110010000100101001010000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F4CD; }

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

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

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

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

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

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

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

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