#EEFFBD

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

Shades of Snow Flurry #EEFFBD

Tints of Snow Flurry #EEFFBD

Color information

#EEFFBD (or 0xEEFFBD) is unknown color: approx Snow Flurry. HEX triplet: EE, FF and BD. RGB value is (238,255,189). Sum of RGB (Red+Green+Blue) = 238+255+189=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 189 (74.22% from 255 or 27.71% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFBD is #110042. Grayscale: #F2F2F2. Windows color (decimal): -1114179 or 12451822. OLE color: 12451822.

HSL color Cylindrical-coordinate representation of color #EEFFBD: hue angle of 75.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEFFBD is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB238255189-
CMYK0.0700.260
HSL75.45º100%87.06%-
HSV(B)75.45º25.88%100%-
XYZ80.2193.3761.94-
YUV242.3997.87124.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 189 (74.22% from 255) = 27.71%
R=34.90%
G=37.39%
B=27.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382551890.0700.26075.4510087.06
HexEEFFBD701A04b6457
Octal35637727570320113144127
Binary1110111011111111101111011110110100100101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFFBD; }

 p { color: rgb(238,255,189); }

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

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

 a { background-color: rgb(238,255,189); }

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

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

 span { border-color: rgb(238,255,189); }

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