#eaf9c1

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

Shades of Snow Flurry #EAF9C1

Tints of Snow Flurry #EAF9C1

Color information

#EAF9C1 (or 0xEAF9C1) is unknown color: approx Snow Flurry. HEX triplet: EA, F9 and C1. RGB value is (234,249,193). Sum of RGB (Red+Green+Blue) = 234+249+193=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 193 (75.78% from 255 or 28.55% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF9C1 is #15063E. Grayscale: #EEEEEE. Windows color (decimal): -1377855 or 12712426. OLE color: 12712426.

HSL color Cylindrical-coordinate representation of color #EAF9C1: hue angle of 76.07º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAF9C1 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB234249193-
CMYK0.0600.220.02
HSL76.07º82.35%86.67%-
HSV(B)76.07º22.49%97.65%-
XYZ77.4389.0963.57-
YUV238.13102.53125.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 249 (97.66% from 255) = 36.83%
BLUE value IS 193 (75.78% from 255) = 28.55%
R=34.62%
G=36.83%
B=28.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491930.0600.220.0276.0782.3586.67
HexEAF9C1601624c5257
Octal35237130160262114122127
Binary11101010111110011100000111001011010100110010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaf9c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaf9c1; }

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

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

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

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

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

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

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

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