#EEFDD5

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

Shades of Snow Flurry #EEFDD5

Tints of Snow Flurry #EEFDD5

Color information

#EEFDD5 (or 0xEEFDD5) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and D5. RGB value is (238,253,213). Sum of RGB (Red+Green+Blue) = 238+253+213=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 213 (83.59% from 255 or 30.26% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD5 is #11022A. Grayscale: #F4F4F4. Windows color (decimal): -1114667 or 14024174. OLE color: 14024174.

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

Color convert

RGB238253213-
CMYK0.0600.160.01
HSL82.5º90.91%91.37%-
HSV(B)82.5º15.81%99.22%-
XYZ82.493.2376.6-
YUV243.96110.53123.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 213 (83.59% from 255) = 30.26%
R=33.81%
G=35.94%
B=30.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532130.0600.160.0182.590.9191.37
HexEEFDD560101525b5b
Octal35637532560201122133133
Binary1110111011111101110101011100100001101001010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDD5; }

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

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

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

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

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

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

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

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