#EAF5CB

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

Shades of Snow Flurry #EAF5CB

Tints of Snow Flurry #EAF5CB

Color information

#EAF5CB (or 0xEAF5CB) is unknown color: approx Snow Flurry. HEX triplet: EA, F5 and CB. RGB value is (234,245,203). Sum of RGB (Red+Green+Blue) = 234+245+203=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 203 (79.69% from 255 or 29.77% from 682); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF5CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF5CB is #150A34. Grayscale: #EDEDED. Windows color (decimal): -1378869 or 13366762. OLE color: 13366762.

HSL color Cylindrical-coordinate representation of color #EAF5CB: hue angle of 75.71º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAF5CB is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB234245203-
CMYK0.0400.170.04
HSL75.71º67.74%87.84%-
HSV(B)75.71º17.14%96.08%-
XYZ77.3687.1169.24-
YUV236.92108.86125.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 203 (79.69% from 255) = 29.77%
R=34.31%
G=35.92%
B=29.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2342452030.0400.170.0475.7167.7487.84
HexEAF5CB401144c4458
Octal35236531340214114104130
Binary111010101111010111001011100010001100100110010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5CB; }

 p { color: rgb(234,245,203); }

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

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

 a { background-color: rgb(234,245,203); }

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

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

 span { border-color: rgb(234,245,203); }

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