#E6F6CD

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

Shades of Snow Flurry #E6F6CD

Tints of Snow Flurry #E6F6CD

Color information

#E6F6CD (or 0xE6F6CD) is unknown color: approx Snow Flurry. HEX triplet: E6, F6 and CD. RGB value is (230,246,205). Sum of RGB (Red+Green+Blue) = 230+246+205=681 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.77% from 681); Green value is 246 (96.48% from 255 or 36.12% from 681); Blue value is 205 (80.47% from 255 or 30.10% from 681); Max value from RGB is 246 - color contains mainly: green. Hex color #E6F6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F6CD is #190932. Grayscale: #ECECEC. Windows color (decimal): -1640755 or 13498086. OLE color: 13498086.

HSL color Cylindrical-coordinate representation of color #E6F6CD: hue angle of 83.41º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6F6CD is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB230246205-
CMYK0.0700.170.04
HSL83.41º69.49%88.43%-
HSV(B)83.41º16.67%96.47%-
XYZ76.6187.1470.54-
YUV236.54110.2123.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.77%
GREEN value IS 246 (96.48% from 255) = 36.12%
BLUE value IS 205 (80.47% from 255) = 30.10%
R=33.77%
G=36.12%
B=30.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2302462050.0700.170.0483.4169.4988.43
HexE6F6CD70114534558
Octal34636631570214123105130
Binary111001101111011011001101111010001100101001110001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F6CD; }

 p { color: rgb(230,246,205); }

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

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

 a { background-color: rgb(230,246,205); }

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

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

 span { border-color: rgb(230,246,205); }

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