#EEFECC

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

Shades of Snow Flurry #EEFECC

Tints of Snow Flurry #EEFECC

Color information

#EEFECC (or 0xEEFECC) is unknown color: approx Snow Flurry. HEX triplet: EE, FE and CC. RGB value is (238,254,204). Sum of RGB (Red+Green+Blue) = 238+254+204=696 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.20% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 204 (80.08% from 255 or 29.31% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFECC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFECC is #110133. Grayscale: #F3F3F3. Windows color (decimal): -1114420 or 13434606. OLE color: 13434606.

HSL color Cylindrical-coordinate representation of color #EEFECC: hue angle of 79.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEFECC is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB238254204-
CMYK0.0600.200.00
HSL79.2º96.15%89.8%-
HSV(B)79.2º19.69%99.61%-
XYZ81.693.4270.86-
YUV243.52105.7124.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.20%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 204 (80.08% from 255) = 29.31%
R=34.20%
G=36.49%
B=29.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382542040.0600.200.0079.296.1589.8
HexEEFECC601404f605a
Octal35637631460240117140132
Binary1110111011111110110011001100101000100111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFECC; }

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

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

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

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

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

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

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

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