Html Css Color HEX #EEFAD0 Snow Flurry

📋 copy color: '#EEFAD0'

red 238 ◦ green 250 ◦ blue 208

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

Shades of Snow Flurry #EEFAD0

Tints of Snow Flurry #EEFAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 29.89%

R = 34.2%
G = 35.92%
B = 29.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#EEFAD0 (or 0xEEFAD0) is known color: Snow Flurry. HEX triplet: EE, FA and D0. RGB value is (238,250,208). Sum of RGB (Red+Green+Blue) = 238+250+208=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 250 (98.05% from 255 or 35.92% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAD0 is #11052F. Grayscale: #F1F1F1. Windows color (decimal): -1115440 or 13695726. OLE color: 13695726.

HSL color Cylindrical-coordinate representation of color #EEFAD0: hue angle of 77.14º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEFAD0 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 250 208 -
CMYK 0.05 0 0.17 0.02
HSL 77.14º 0.81% 0.9% -
HSV(B) 77.14º 0.17% 0.98% -
XYZ 80.83 91.1 73 -
YUV 241.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 238 250 208 0.05 0 0.17 0.02 77.14 0.81 0.9
Hex EE FA D0 5 0 11 2 4D 51 5A
Octal 356 372 320 5 0 21 2 115 121 132
Binary 11101110 11111010 11010000 101 0 10001 10 1001101 1010001 1011010

Color Harmonies of #EEFAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFAD0

Black with #EEFAD0

Text Example


Text Example

White with #EEFAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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