#EEF8CD

Color #EEF8CD Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #EEF8CD

Tints of Snow Flurry #EEF8CD

Color information

#EEF8CD (or 0xEEF8CD) is unknown color: approx Snow Flurry. HEX triplet: EE, F8 and CD. RGB value is (238,248,205). Sum of RGB (Red+Green+Blue) = 238+248+205=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 205 (80.47% from 255 or 29.67% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8CD is #110732. Grayscale: #F0F0F0. Windows color (decimal): -1115955 or 13498606. OLE color: 13498606.

HSL color Cylindrical-coordinate representation of color #EEF8CD: hue angle of 73.95º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEF8CD is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB238248205-
CMYK0.0400.170.03
HSL73.95º75.44%88.82%-
HSV(B)73.95º17.34%97.25%-
XYZ79.8589.7270.87-
YUV240.11108.19126.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.44%
GREEN value IS 248 (97.27% from 255) = 35.89%
BLUE value IS 205 (80.47% from 255) = 29.67%
R=34.44%
G=35.89%
B=29.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382482050.0400.170.0373.9575.4488.82
HexEEF8CD401134a4b59
Octal35637031540213112113131
Binary11101110111110001100110110001000111100101010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8CD; }

 p { color: rgb(238,248,205); }

 H1.HeaderClassName
 {
   color: #EEF8CD;
 }
 .AnyTagClassName
 {
   color: #EEF8CD;
 }
</style>
background-color css

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

 a { background-color: rgb(238,248,205); }

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

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

 span { border-color: rgb(238,248,205); }

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