#EEF8CA

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

Shades of Snow Flurry #EEF8CA

Tints of Snow Flurry #EEF8CA

Color information

#EEF8CA (or 0xEEF8CA) is unknown color: approx Snow Flurry. HEX triplet: EE, F8 and CA. RGB value is (238,248,202). Sum of RGB (Red+Green+Blue) = 238+248+202=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8CA is #110735. Grayscale: #EFEFEF. Windows color (decimal): -1115958 or 13301998. OLE color: 13301998.

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

Color convert

RGB238248202-
CMYK0.0400.190.03
HSL73.04º76.67%88.24%-
HSV(B)73.04º18.55%97.25%-
XYZ79.4989.5868.98-
YUV239.77106.69126.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 248 (97.27% from 255) = 36.05%
BLUE value IS 202 (79.30% from 255) = 29.36%
R=34.59%
G=36.05%
B=29.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382482020.0400.190.0373.0476.6788.24
HexEEF8CA40133494d58
Octal35637031240233111115130
Binary11101110111110001100101010001001111100100110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF8CA; }

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

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

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

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

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

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

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

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