#E8F0CF

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

Shades of Snow Flurry #E8F0CF

Tints of Snow Flurry #E8F0CF

Color information

#E8F0CF (or 0xE8F0CF) is unknown color: approx Snow Flurry. HEX triplet: E8, F0 and CF. RGB value is (232,240,207). Sum of RGB (Red+Green+Blue) = 232+240+207=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 207 (81.25% from 255 or 30.49% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8F0CF is #170F30. Grayscale: #E9E9E9. Windows color (decimal): -1511217 or 13627624. OLE color: 13627624.

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

Color convert

RGB232240207-
CMYK0.0300.140.06
HSL74.55º52.38%87.65%-
HSV(B)74.55º13.75%94.12%-
XYZ75.783.9871.25-
YUV233.85112.85126.68-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.17%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 207 (81.25% from 255) = 30.49%
R=34.17%
G=35.35%
B=30.49%

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
Decimal2322402070.0300.140.0674.5552.3887.65
HexE8F0CF30E64b3458
Octal3503603173016611364130
Binary111010001111000011001111110111011010010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8F0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8F0CF; }

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

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

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

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

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

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

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

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