#EEFEBD

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

Shades of Snow Flurry #EEFEBD

Tints of Snow Flurry #EEFEBD

Color information

#EEFEBD (or 0xEEFEBD) is unknown color: approx Snow Flurry. HEX triplet: EE, FE and BD. RGB value is (238,254,189). Sum of RGB (Red+Green+Blue) = 238+254+189=681 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.95% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFEBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFEBD is #110142. Grayscale: #F2F2F2. Windows color (decimal): -1114435 or 12451566. OLE color: 12451566.

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

Color convert

RGB238254189-
CMYK0.0600.260.00
HSL74.77º97.01%86.86%-
HSV(B)74.77º25.59%99.61%-
XYZ79.8992.7361.83-
YUV241.8198.2125.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.95%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 189 (74.22% from 255) = 27.75%
R=34.95%
G=37.30%
B=27.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382541890.0600.260.0074.7797.0186.86
HexEEFEBD601A04b6157
Octal35637627560320113141127
Binary1110111011111110101111011100110100100101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFEBD; }

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

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

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

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

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

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

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

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