#EAF3CC

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

Shades of Snow Flurry #EAF3CC

Tints of Snow Flurry #EAF3CC

Color information

#EAF3CC (or 0xEAF3CC) is unknown color: approx Snow Flurry. HEX triplet: EA, F3 and CC. RGB value is (234,243,204). Sum of RGB (Red+Green+Blue) = 234+243+204=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF3CC is #150C33. Grayscale: #ECECEC. Windows color (decimal): -1379380 or 13431786. OLE color: 13431786.

HSL color Cylindrical-coordinate representation of color #EAF3CC: hue angle of 73.85º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAF3CC is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB234243204-
CMYK0.0400.160.05
HSL73.85º61.9%87.65%-
HSV(B)73.85º16.05%95.29%-
XYZ76.8885.9569.67-
YUV235.86110.02126.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 243 (95.31% from 255) = 35.68%
BLUE value IS 204 (80.08% from 255) = 29.96%
R=34.36%
G=35.68%
B=29.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342432040.0400.160.0573.8561.987.65
HexEAF3CC401054a3e58
Octal3523633144020511276130
Binary11101010111100111100110010001000010110010101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF3CC; }

 p { color: rgb(234,243,204); }

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

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

 a { background-color: rgb(234,243,204); }

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

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

 span { border-color: rgb(234,243,204); }

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