#EEFBCD

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

Shades of Snow Flurry #EEFBCD

Tints of Snow Flurry #EEFBCD

Color information

#EEFBCD (or 0xEEFBCD) is unknown color: approx Snow Flurry. HEX triplet: EE, FB and CD. RGB value is (238,251,205). Sum of RGB (Red+Green+Blue) = 238+251+205=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBCD is #110432. Grayscale: #F2F2F2. Windows color (decimal): -1115187 or 13499374. OLE color: 13499374.

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

Color convert

RGB238251205-
CMYK0.0500.180.02
HSL76.96º85.19%89.41%-
HSV(B)76.96º18.33%98.43%-
XYZ80.7891.5871.18-
YUV241.87107.19125.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 205 (80.47% from 255) = 29.54%
R=34.29%
G=36.17%
B=29.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382512050.0500.180.0276.9685.1989.41
HexEEFBCD501224d5559
Octal35637331550222115125131
Binary11101110111110111100110110101001010100110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBCD; }

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

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

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

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

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

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

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

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