#EAFEC6

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

Shades of Snow Flurry #EAFEC6

Tints of Snow Flurry #EAFEC6

Color information

#EAFEC6 (or 0xEAFEC6) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and C6. RGB value is (234,254,198). Sum of RGB (Red+Green+Blue) = 234+254+198=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 198 (77.73% from 255 or 28.86% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEC6 is #150139. Grayscale: #F1F1F1. Windows color (decimal): -1376570 or 13041386. OLE color: 13041386.

HSL color Cylindrical-coordinate representation of color #EAFEC6: hue angle of 81.43º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAFEC6 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB234254198-
CMYK0.0800.220.00
HSL81.43º96.55%88.63%-
HSV(B)81.43º22.05%99.61%-
XYZ79.5792.4567.08-
YUV241.64103.37122.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 198 (77.73% from 255) = 28.86%
R=34.11%
G=37.03%
B=28.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541980.0800.220.0081.4396.5588.63
HexEAFEC680160516159
Octal352376306100260121141131
Binary11101010111111101100011010000101100101000111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEC6; }

 p { color: rgb(234,254,198); }

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

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

 a { background-color: rgb(234,254,198); }

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

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

 span { border-color: rgb(234,254,198); }

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