#E6FFCD

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

Shades of Snow Flurry #E6FFCD

Tints of Snow Flurry #E6FFCD

Color information

#E6FFCD (or 0xE6FFCD) is unknown color: approx Snow Flurry. HEX triplet: E6, FF and CD. RGB value is (230,255,205). Sum of RGB (Red+Green+Blue) = 230+255+205=690 (91% of max value = 765). Red value is 230 (90.23% from 255 or 33.33% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 205 (80.47% from 255 or 29.71% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FFCD is #190032. Grayscale: #F2F2F2. Windows color (decimal): -1638451 or 13500390. OLE color: 13500390.

HSL color Cylindrical-coordinate representation of color #E6FFCD: hue angle of 90º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6FFCD is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB230255205-
CMYK0.1000.200
HSL90º100%90.2%-
HSV(B)90º19.61%100%-
XYZ79.4192.7571.47-
YUV241.82107.22119.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 205 (80.47% from 255) = 29.71%
R=33.33%
G=36.96%
B=29.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2302552050.1000.2009010090.2
HexE6FFCDA01405a645a
Octal346377315120240132144132
Binary11100110111111111100110110100101000101101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6FFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6FFCD; }

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

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

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

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

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

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

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

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