#E8F2CD

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

Shades of Snow Flurry #E8F2CD

Tints of Snow Flurry #E8F2CD

Color information

#E8F2CD (or 0xE8F2CD) is unknown color: approx Snow Flurry. HEX triplet: E8, F2 and CD. RGB value is (232,242,205). Sum of RGB (Red+Green+Blue) = 232+242+205=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #E8F2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F2CD is #170D32. Grayscale: #EAEAEA. Windows color (decimal): -1510707 or 13497064. OLE color: 13497064.

HSL color Cylindrical-coordinate representation of color #E8F2CD: hue angle of 76.22º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8F2CD is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB232242205-
CMYK0.0400.150.05
HSL76.22º58.73%87.65%-
HSV(B)76.22º15.29%94.9%-
XYZ76.0585.0770.17-
YUV234.79111.19126.01-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.17%
GREEN value IS 242 (94.92% from 255) = 35.64%
BLUE value IS 205 (80.47% from 255) = 30.19%
R=34.17%
G=35.64%
B=30.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2322422050.0400.150.0576.2258.7387.65
HexE8F2CD40F54c3b58
Octal3503623154017511473130
Binary1110100011110010110011011000111110110011001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F2CD; }

 p { color: rgb(232,242,205); }

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

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

 a { background-color: rgb(232,242,205); }

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

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

 span { border-color: rgb(232,242,205); }

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