#EEFDCE

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

Shades of Snow Flurry #EEFDCE

Tints of Snow Flurry #EEFDCE

Color information

#EEFDCE (or 0xEEFDCE) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and CE. RGB value is (238,253,206). Sum of RGB (Red+Green+Blue) = 238+253+206=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 206 (80.86% from 255 or 29.56% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDCE is #110231. Grayscale: #F3F3F3. Windows color (decimal): -1114674 or 13565422. OLE color: 13565422.

HSL color Cylindrical-coordinate representation of color #EEFDCE: hue angle of 79.15º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEFDCE is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB238253206-
CMYK0.0600.190.01
HSL79.15º92.16%90%-
HSV(B)79.15º18.58%99.22%-
XYZ81.5392.8872.02-
YUV243.16107.03124.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 253 (99.22% from 255) = 36.30%
BLUE value IS 206 (80.86% from 255) = 29.56%
R=34.15%
G=36.30%
B=29.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532060.0600.190.0179.1592.1690
HexEEFDCE601314f5c5a
Octal35637531660231117134132
Binary1110111011111101110011101100100111100111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDCE; }

 p { color: rgb(238,253,206); }

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

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

 a { background-color: rgb(238,253,206); }

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

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

 span { border-color: rgb(238,253,206); }

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