#EAFBCE

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

Shades of Snow Flurry #EAFBCE

Tints of Snow Flurry #EAFBCE

Color information

#EAFBCE (or 0xEAFBCE) is unknown color: approx Snow Flurry. HEX triplet: EA, FB and CE. RGB value is (234,251,206). Sum of RGB (Red+Green+Blue) = 234+251+206=691 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.86% from 691); Green value is 251 (98.44% from 255 or 36.32% from 691); Blue value is 206 (80.86% from 255 or 29.81% from 691); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBCE is #150431. Grayscale: #F0F0F0. Windows color (decimal): -1377330 or 13564906. OLE color: 13564906.

HSL color Cylindrical-coordinate representation of color #EAFBCE: hue angle of 82.67º 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 #EAFBCE is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB234251206-
CMYK0.0700.180.02
HSL82.67º84.91%89.61%-
HSV(B)82.67º17.93%98.43%-
XYZ79.5790.9471.75-
YUV240.79108.37123.16-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.86%
GREEN value IS 251 (98.44% from 255) = 36.32%
BLUE value IS 206 (80.86% from 255) = 29.81%
R=33.86%
G=36.32%
B=29.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512060.0700.180.0282.6784.9189.61
HexEAFBCE7012253555a
Octal35237331670222123125132
Binary11101010111110111100111011101001010101001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBCE; }

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

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

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

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

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

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

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

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