#E5F1CD

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

Shades of Snow Flurry #E5F1CD

Tints of Snow Flurry #E5F1CD

Color information

#E5F1CD (or 0xE5F1CD) is unknown color: approx Snow Flurry. HEX triplet: E5, F1 and CD. RGB value is (229,241,205). Sum of RGB (Red+Green+Blue) = 229+241+205=675 (89% of max value = 765). Red value is 229 (89.84% from 255 or 33.93% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 205 (80.47% from 255 or 30.37% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F1CD is #1A0E32. Grayscale: #E9E9E9. Windows color (decimal): -1707571 or 13496805. OLE color: 13496805.

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

Color convert

RGB229241205-
CMYK0.0500.150.05
HSL80º56.25%87.45%-
HSV(B)80º14.94%94.51%-
XYZ74.7983.9870.02-
YUV233.31112.02124.93-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 33.93%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 205 (80.47% from 255) = 30.37%
R=33.93%
G=35.70%
B=30.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2292412050.0500.150.058056.2587.45
HexE5F1CD50F5503857
Octal3453613155017512070127
Binary1110010111110001110011011010111110110100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F1CD; }

 p { color: rgb(229,241,205); }

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

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

 a { background-color: rgb(229,241,205); }

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

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

 span { border-color: rgb(229,241,205); }

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