#EEFDBD

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

Shades of Snow Flurry #EEFDBD

Tints of Snow Flurry #EEFDBD

Color information

#EEFDBD (or 0xEEFDBD) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and BD. RGB value is (238,253,189). Sum of RGB (Red+Green+Blue) = 238+253+189=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 189 (74.22% from 255 or 27.79% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDBD is #110242. Grayscale: #F1F1F1. Windows color (decimal): -1114691 or 12451310. OLE color: 12451310.

HSL color Cylindrical-coordinate representation of color #EEFDBD: hue angle of 74.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EEFDBD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB238253189-
CMYK0.0600.250.01
HSL74.06º94.12%86.67%-
HSV(B)74.06º25.3%99.22%-
XYZ79.5792.161.73-
YUV241.2298.53125.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 189 (74.22% from 255) = 27.79%
R=35%
G=37.21%
B=27.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531890.0600.250.0174.0694.1286.67
HexEEFDBD601914a5e57
Octal35637527560311112136127
Binary1110111011111101101111011100110011100101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDBD; }

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

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

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

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

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

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

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

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