#EEFACC

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

Shades of Snow Flurry #EEFACC

Tints of Snow Flurry #EEFACC

Color information

#EEFACC (or 0xEEFACC) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and CC. RGB value is (238,250,204). Sum of RGB (Red+Green+Blue) = 238+250+204=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 204 (80.08% from 255 or 29.48% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFACC is #110533. Grayscale: #F1F1F1. Windows color (decimal): -1115444 or 13433582. OLE color: 13433582.

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

Color convert

RGB238250204-
CMYK0.0500.180.02
HSL75.65º82.14%89.02%-
HSV(B)75.65º18.4%98.04%-
XYZ80.3490.9170.44-
YUV241.17107.02125.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 250 (98.05% from 255) = 36.13%
BLUE value IS 204 (80.08% from 255) = 29.48%
R=34.39%
G=36.13%
B=29.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502040.0500.180.0275.6582.1489.02
HexEEFACC501224c5259
Octal35637231450222114122131
Binary11101110111110101100110010101001010100110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFACC; }

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

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

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

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

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

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

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

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