#EEFBD4

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

Shades of Snow Flurry #EEFBD4

Tints of Snow Flurry #EEFBD4

Color information

#EEFBD4 (or 0xEEFBD4) is unknown color: approx Snow Flurry. HEX triplet: EE, FB and D4. RGB value is (238,251,212). Sum of RGB (Red+Green+Blue) = 238+251+212=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 212 (83.20% from 255 or 30.24% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBD4 is #11042B. Grayscale: #F2F2F2. Windows color (decimal): -1115180 or 13958126. OLE color: 13958126.

HSL color Cylindrical-coordinate representation of color #EEFBD4: hue angle of 80º degrees, saturation: 0.83, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEFBD4 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB238251212-
CMYK0.0500.160.02
HSL80º82.98%90.78%-
HSV(B)80º15.54%98.43%-
XYZ81.6491.9275.73-
YUV242.67110.69124.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 251 (98.44% from 255) = 35.81%
BLUE value IS 212 (83.20% from 255) = 30.24%
R=33.95%
G=35.81%
B=30.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512120.0500.160.028082.9890.78
HexEEFBD45010250535b
Octal35637332450202120123133
Binary11101110111110111101010010101000010101000010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBD4; }

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

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

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

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

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

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

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

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