#E8F0CE

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

Shades of Snow Flurry #E8F0CE

Tints of Snow Flurry #E8F0CE

Color information

#E8F0CE (or 0xE8F0CE) is unknown color: approx Snow Flurry. HEX triplet: E8, F0 and CE. RGB value is (232,240,206). Sum of RGB (Red+Green+Blue) = 232+240+206=678 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.22% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 206 (80.86% from 255 or 30.38% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F0CE is #170F31. Grayscale: #E9E9E9. Windows color (decimal): -1511218 or 13562088. OLE color: 13562088.

HSL color Cylindrical-coordinate representation of color #E8F0CE: hue angle of 74.12º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8F0CE is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB232240206-
CMYK0.0300.140.06
HSL74.12º53.12%87.45%-
HSV(B)74.12º14.17%94.12%-
XYZ75.5883.9370.61-
YUV233.73112.35126.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.22%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 206 (80.86% from 255) = 30.38%
R=34.22%
G=35.40%
B=30.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2322402060.0300.140.0674.1253.1287.45
HexE8F0CE30E64a3557
Octal3503603163016611265127
Binary111010001111000011001110110111011010010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F0CE; }

 p { color: rgb(232,240,206); }

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

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

 a { background-color: rgb(232,240,206); }

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

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

 span { border-color: rgb(232,240,206); }

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