#EAF9CB

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

Shades of Snow Flurry #EAF9CB

Tints of Snow Flurry #EAF9CB

Color information

#EAF9CB (or 0xEAF9CB) is unknown color: approx Snow Flurry. HEX triplet: EA, F9 and CB. RGB value is (234,249,203). Sum of RGB (Red+Green+Blue) = 234+249+203=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 249 (97.66% from 255 or 36.30% from 686); Blue value is 203 (79.69% from 255 or 29.59% from 686); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF9CB is #150634. Grayscale: #EFEFEF. Windows color (decimal): -1377845 or 13367786. OLE color: 13367786.

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

Color convert

RGB234249203-
CMYK0.0600.180.02
HSL79.57º79.31%88.63%-
HSV(B)79.57º18.47%97.65%-
XYZ78.5989.5669.64-
YUV239.27107.53124.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 249 (97.66% from 255) = 36.30%
BLUE value IS 203 (79.69% from 255) = 29.59%
R=34.11%
G=36.30%
B=29.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342492030.0600.180.0279.5779.3188.63
HexEAF9CB60122504f59
Octal35237131360222120117131
Binary11101010111110011100101111001001010101000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9CB; }

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

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

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

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

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

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

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

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