Html Css Color HEX #EEFDC2 Snow Flurry

📋 copy color: '#EEFDC2'

red 238 ◦ green 253 ◦ blue 194

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

Shades of Snow Flurry #EEFDC2

Tints of Snow Flurry #EEFDC2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.93%

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

R = 34.74%
G = 36.93%
B = 28.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#EEFDC2 (or 0xEEFDC2) is known color: Snow Flurry. HEX triplet: EE, FD and C2. RGB value is (238,253,194). Sum of RGB (Red+Green+Blue) = 238+253+194=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 194 (76.17% from 255 or 28.32% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDC2 is #11023D. Grayscale: #F2F2F2. Windows color (decimal): -1114686 or 12778990. OLE color: 12778990.

HSL color Cylindrical-coordinate representation of color #EEFDC2: hue angle of 75.25º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEFDC2 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 253 194 -
CMYK 0.06 0 0.23 0.01
HSL 75.25º 0.94% 0.88% -
HSV(B) 75.25º 0.23% 0.99% -
XYZ 80.12 92.32 64.64 -
YUV 241.79 101.03 125.3 -
System Red Green Blue C M Y K H S L
Decimal 238 253 194 0.06 0 0.23 0.01 75.25 0.94 0.88
Hex EE FD C2 6 0 17 1 4B 5E 58
Octal 356 375 302 6 0 27 1 113 136 130
Binary 11101110 11111101 11000010 110 0 10111 1 1001011 1011110 1011000

Color Harmonies of #EEFDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFDC2

Black with #EEFDC2

Text Example


Text Example

White with #EEFDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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