Html Css Color HEX #EEFAC2 Snow Flurry

📋 copy color: '#EEFAC2'

red 238 ◦ green 250 ◦ blue 194

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

Shades of Snow Flurry #EEFAC2

Tints of Snow Flurry #EEFAC2

RGB

 RED value IS 238 (93.36% from 255) = 34.9%

 GREEN value IS 250 (98.05% from 255) = 36.66%

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

R = 34.9%
G = 36.66%
B = 28.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#EEFAC2 (or 0xEEFAC2) is known color: Snow Flurry. HEX triplet: EE, FA and C2. RGB value is (238,250,194). Sum of RGB (Red+Green+Blue) = 238+250+194=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 194 (76.17% from 255 or 28.45% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAC2 is #11053D. Grayscale: #F0F0F0. Windows color (decimal): -1115454 or 12778222. OLE color: 12778222.

HSL color Cylindrical-coordinate representation of color #EEFAC2: hue angle of 72.86º degrees, saturation: 0.85, 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 #EEFAC2 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 250 194 -
CMYK 0.05 0 0.22 0.02
HSL 72.86º 0.85% 0.87% -
HSV(B) 72.86º 0.22% 0.98% -
XYZ 79.18 90.44 64.32 -
YUV 240.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 238 250 194 0.05 0 0.22 0.02 72.86 0.85 0.87
Hex EE FA C2 5 0 16 2 49 55 57
Octal 356 372 302 5 0 26 2 111 125 127
Binary 11101110 11111010 11000010 101 0 10110 10 1001001 1010101 1010111

Color Harmonies of #EEFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFAC2

Black with #EEFAC2

Text Example


Text Example

White with #EEFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFAC2; }

 p { color: rgb(238,250,194); }

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

background-color css

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

 a { background-color: rgb(238,250,194); }

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

border-color css

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

 span { border-color: rgb(238,250,194); }

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