Html Css Color HEX #EAF4C2 Snow Flurry

📋 copy color: '#EAF4C2'

red 234 ◦ green 244 ◦ blue 194

#EAF4C2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #EAF4C2

Tints of Snow Flurry #EAF4C2

RGB

 RED value IS 234 (91.8% from 255) = 34.82%

 GREEN value IS 244 (95.7% from 255) = 36.31%

 BLUE value IS 194 (76.17% from 255) = 28.87%

R = 34.82%
G = 36.31%
B = 28.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#EAF4C2 (or 0xEAF4C2) is known color: Snow Flurry. HEX triplet: EA, F4 and C2. RGB value is (234,244,194). Sum of RGB (Red+Green+Blue) = 234+244+194=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 194 (76.17% from 255 or 28.87% from 672); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4C2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF4C2 is #150B3D. Grayscale: #EBEBEB. Windows color (decimal): -1379134 or 12776682. OLE color: 12776682.

HSL color Cylindrical-coordinate representation of color #EAF4C2: hue angle of 72º degrees, saturation: 0.69, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EAF4C2 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 244 194 -
CMYK 0.04 0 0.20 0.04
HSL 72º 0.69% 0.86% -
HSV(B) 72º 0.2% 0.96% -
XYZ 76.02 86.09 63.65 -
YUV 235.31 104.69 127.07 -
System Red Green Blue C M Y K H S L
Decimal 234 244 194 0.04 0 0.20 0.04 72 0.69 0.86
Hex EA F4 C2 4 0 14 4 48 45 56
Octal 352 364 302 4 0 24 4 110 105 126
Binary 11101010 11110100 11000010 100 0 10100 100 1001000 1000101 1010110

Color Harmonies of #EAF4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF4C2

Black with #EAF4C2

Text Example


Text Example

White with #EAF4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF4C2; }

 p { color: rgb(234,244,194); }

 H1.HeaderClassName
 {
   color: #EAF4C2;
 }
 .AnyTagClassName
 {
   color: #EAF4C2;
 }
</style>

background-color css

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

 a { background-color: rgb(234,244,194); }

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

border-color css

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

 span { border-color: rgb(234,244,194); }

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