#E6F3CE

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

Shades of Snow Flurry #E6F3CE

Tints of Snow Flurry #E6F3CE

Color information

#E6F3CE (or 0xE6F3CE) is unknown color: approx Snow Flurry. HEX triplet: E6, F3 and CE. RGB value is (230,243,206). Sum of RGB (Red+Green+Blue) = 230+243+206=679 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.87% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 206 (80.86% from 255 or 30.34% from 679); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F3CE is #190C31. Grayscale: #EBEBEB. Windows color (decimal): -1641522 or 13562854. OLE color: 13562854.

HSL color Cylindrical-coordinate representation of color #E6F3CE: hue angle of 81.08º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6F3CE is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB230243206-
CMYK0.0500.150.05
HSL81.08º60.66%88.04%-
HSV(B)81.08º15.23%95.29%-
XYZ75.8285.3870.88-
YUV234.9111.69124.51-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.87%
GREEN value IS 243 (95.31% from 255) = 35.79%
BLUE value IS 206 (80.86% from 255) = 30.34%
R=33.87%
G=35.79%
B=30.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2302432060.0500.150.0581.0860.6688.04
HexE6F3CE50F5513d58
Octal3463633165017512175130
Binary1110011011110011110011101010111110110100011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F3CE; }

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

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

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

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

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

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

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

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