#EEFBD0

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

Shades of Snow Flurry #EEFBD0

Tints of Snow Flurry #EEFBD0

Color information

#EEFBD0 (or 0xEEFBD0) is unknown color: approx Snow Flurry. HEX triplet: EE, FB and D0. RGB value is (238,251,208). Sum of RGB (Red+Green+Blue) = 238+251+208=697 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.15% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 208 (81.64% from 255 or 29.84% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBD0 is #11042F. Grayscale: #F2F2F2. Windows color (decimal): -1115184 or 13695982. OLE color: 13695982.

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

Color convert

RGB238251208-
CMYK0.0500.170.02
HSL78.14º84.31%90%-
HSV(B)78.14º17.13%98.43%-
XYZ81.1491.7373.1-
YUV242.21108.69125-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.15%
GREEN value IS 251 (98.44% from 255) = 36.01%
BLUE value IS 208 (81.64% from 255) = 29.84%
R=34.15%
G=36.01%
B=29.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512080.0500.170.0278.1484.3190
HexEEFBD0501124e545a
Octal35637332050212116124132
Binary11101110111110111101000010101000110100111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBD0; }

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

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

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

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

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

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

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

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