#E1EFC0

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

Shades of Snow Flurry #E1EFC0

Tints of Snow Flurry #E1EFC0

Color information

#E1EFC0 (or 0xE1EFC0) is unknown color: approx Snow Flurry. HEX triplet: E1, EF and C0. RGB value is (225,239,192). Sum of RGB (Red+Green+Blue) = 225+239+192=656 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.30% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 192 (75.39% from 255 or 29.27% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EFC0 is #1E103F. Grayscale: #E5E5E5. Windows color (decimal): -1970240 or 12644321. OLE color: 12644321.

HSL color Cylindrical-coordinate representation of color #E1EFC0: hue angle of 77.87º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1EFC0 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB225239192-
CMYK0.0600.200.06
HSL77.87º59.49%84.51%-
HSV(B)77.87º19.67%93.73%-
XYZ71.4381.5561.84-
YUV229.46106.86124.82-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.30%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 192 (75.39% from 255) = 29.27%
R=34.30%
G=36.43%
B=29.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252391920.0600.200.0677.8759.4984.51
HexE1EFC0601464e3b55
Octal3413573006024611673125
Binary11100001111011111100000011001010011010011101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EFC0; }

 p { color: rgb(225,239,192); }

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

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

 a { background-color: rgb(225,239,192); }

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

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

 span { border-color: rgb(225,239,192); }

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