Html Css Color HEX #EEF9D0 Snow Flurry

📋 copy color: '#EEF9D0'

red 238 ◦ green 249 ◦ blue 208

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

Shades of Snow Flurry #EEF9D0

Tints of Snow Flurry #EEF9D0

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.83%

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

R = 34.24%
G = 35.83%
B = 29.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#EEF9D0 (or 0xEEF9D0) is known color: Snow Flurry. HEX triplet: EE, F9 and D0. RGB value is (238,249,208). Sum of RGB (Red+Green+Blue) = 238+249+208=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 249 (97.66% from 255 or 35.83% from 695); Blue value is 208 (81.64% from 255 or 29.93% from 695); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9D0 is #11062F. Grayscale: #F1F1F1. Windows color (decimal): -1115696 or 13695470. OLE color: 13695470.

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

Color convert

RGB 238 249 208 -
CMYK 0.04 0 0.16 0.02
HSL 76.1º 0.77% 0.9% -
HSV(B) 76.1º 0.16% 0.98% -
XYZ 80.52 90.48 72.9 -
YUV 241.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 238 249 208 0.04 0 0.16 0.02 76.1 0.77 0.9
Hex EE F9 D0 4 0 10 2 4C 4D 5A
Octal 356 371 320 4 0 20 2 114 115 132
Binary 11101110 11111001 11010000 100 0 10000 10 1001100 1001101 1011010

Color Harmonies of #EEF9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF9D0

Black with #EEF9D0

Text Example


Text Example

White with #EEF9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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