#EEFBCE

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

Shades of Snow Flurry #EEFBCE

Tints of Snow Flurry #EEFBCE

Color information

#EEFBCE (or 0xEEFBCE) is unknown color: approx Snow Flurry. HEX triplet: EE, FB and CE. RGB value is (238,251,206). Sum of RGB (Red+Green+Blue) = 238+251+206=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 206 (80.86% from 255 or 29.64% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #EEFBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFBCE is #110431. Grayscale: #F2F2F2. Windows color (decimal): -1115186 or 13564910. OLE color: 13564910.

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

Color convert

RGB238251206-
CMYK0.0500.180.02
HSL77.33º84.91%89.61%-
HSV(B)77.33º17.93%98.43%-
XYZ80.991.6371.81-
YUV241.98107.69125.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 206 (80.86% from 255) = 29.64%
R=34.24%
G=36.12%
B=29.64%

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
Decimal2382512060.0500.180.0277.3384.9189.61
HexEEFBCE501224d555a
Octal35637331650222115125132
Binary11101110111110111100111010101001010100110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFBCE; }

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

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

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

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

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

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

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

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