#EEFDD4

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

Shades of Snow Flurry #EEFDD4

Tints of Snow Flurry #EEFDD4

Color information

#EEFDD4 (or 0xEEFDD4) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and D4. RGB value is (238,253,212). Sum of RGB (Red+Green+Blue) = 238+253+212=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 212 (83.20% from 255 or 30.16% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD4 is #11022B. Grayscale: #F3F3F3. Windows color (decimal): -1114668 or 13958638. OLE color: 13958638.

HSL color Cylindrical-coordinate representation of color #EEFDD4: hue angle of 81.95º 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 #EEFDD4 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB238253212-
CMYK0.0600.160.01
HSL81.95º91.11%91.18%-
HSV(B)81.95º16.21%99.22%-
XYZ82.2793.1875.94-
YUV243.84110.03123.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.85%
GREEN value IS 253 (99.22% from 255) = 35.99%
BLUE value IS 212 (83.20% from 255) = 30.16%
R=33.85%
G=35.99%
B=30.16%

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
Decimal2382532120.0600.160.0181.9591.1191.18
HexEEFDD460101525b5b
Octal35637532460201122133133
Binary1110111011111101110101001100100001101001010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDD4; }

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

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

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

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

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

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

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

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