#E6F8CC

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

Shades of Snow Flurry #E6F8CC

Tints of Snow Flurry #E6F8CC

Color information

#E6F8CC (or 0xE6F8CC) is unknown color: approx Snow Flurry. HEX triplet: E6, F8 and CC. RGB value is (230,248,204). Sum of RGB (Red+Green+Blue) = 230+248+204=682 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.72% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F8CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F8CC is #190733. Grayscale: #EDEDED. Windows color (decimal): -1640244 or 13433062. OLE color: 13433062.

HSL color Cylindrical-coordinate representation of color #E6F8CC: hue angle of 84.55º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6F8CC is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB230248204-
CMYK0.0700.180.03
HSL84.55º75.86%88.63%-
HSV(B)84.55º17.74%97.25%-
XYZ77.188.3270.11-
YUV237.6109.04122.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.72%
GREEN value IS 248 (97.27% from 255) = 36.36%
BLUE value IS 204 (80.08% from 255) = 29.91%
R=33.72%
G=36.36%
B=29.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2302482040.0700.180.0384.5575.8688.63
HexE6F8CC70123554c59
Octal34637031470223125114131
Binary11100110111110001100110011101001011101010110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F8CC; }

 p { color: rgb(230,248,204); }

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

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

 a { background-color: rgb(230,248,204); }

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

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

 span { border-color: rgb(230,248,204); }

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