#EAFCBB

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

Shades of Snow Flurry #EAFCBB

Tints of Snow Flurry #EAFCBB

Color information

#EAFCBB (or 0xEAFCBB) is unknown color: approx Snow Flurry. HEX triplet: EA, FC and BB. RGB value is (234,252,187). Sum of RGB (Red+Green+Blue) = 234+252+187=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 187 (73.44% from 255 or 27.79% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCBB is #150344. Grayscale: #EFEFEF. Windows color (decimal): -1377093 or 12319978. OLE color: 12319978.

HSL color Cylindrical-coordinate representation of color #EAFCBB: hue angle of 76.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAFCBB is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB234252187-
CMYK0.0700.260.01
HSL76.62º91.55%86.08%-
HSV(B)76.62º25.79%98.82%-
XYZ77.7190.760.42-
YUV239.2198.54124.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 187 (73.44% from 255) = 27.79%
R=34.77%
G=37.44%
B=27.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342521870.0700.260.0176.6291.5586.08
HexEAFCBB701A14d5c56
Octal35237427370321115134126
Binary1110101011111100101110111110110101100110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCBB; }

 p { color: rgb(234,252,187); }

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

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

 a { background-color: rgb(234,252,187); }

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

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

 span { border-color: rgb(234,252,187); }

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