#E6F0CE

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

Shades of Snow Flurry #E6F0CE

Tints of Snow Flurry #E6F0CE

Color information

#E6F0CE (or 0xE6F0CE) is unknown color: approx Snow Flurry. HEX triplet: E6, F0 and CE. RGB value is (230,240,206). Sum of RGB (Red+Green+Blue) = 230+240+206=676 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.02% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 206 (80.86% from 255 or 30.47% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F0CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F0CE is #190F31. Grayscale: #E9E9E9. Windows color (decimal): -1642290 or 13562086. OLE color: 13562086.

HSL color Cylindrical-coordinate representation of color #E6F0CE: hue angle of 77.65º 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 #E6F0CE is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB230240206-
CMYK0.0400.140.06
HSL77.65º53.12%87.45%-
HSV(B)77.65º14.17%94.12%-
XYZ74.9383.670.58-
YUV233.13112.69125.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.02%
GREEN value IS 240 (94.14% from 255) = 35.50%
BLUE value IS 206 (80.86% from 255) = 30.47%
R=34.02%
G=35.50%
B=30.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2302402060.0400.140.0677.6553.1287.45
HexE6F0CE40E64e3557
Octal3463603164016611665127
Binary1110011011110000110011101000111011010011101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F0CE; }

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

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

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

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

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

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

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

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