#EEFDCC

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

Shades of Snow Flurry #EEFDCC

Tints of Snow Flurry #EEFDCC

Color information

#EEFDCC (or 0xEEFDCC) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and CC. RGB value is (238,253,204). Sum of RGB (Red+Green+Blue) = 238+253+204=695 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.24% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 204 (80.08% from 255 or 29.35% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDCC is #110233. Grayscale: #F3F3F3. Windows color (decimal): -1114676 or 13434350. OLE color: 13434350.

HSL color Cylindrical-coordinate representation of color #EEFDCC: hue angle of 78.37º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEFDCC is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB238253204-
CMYK0.0600.190.01
HSL78.37º92.45%89.61%-
HSV(B)78.37º19.37%99.22%-
XYZ81.2892.7970.75-
YUV242.93106.03124.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.24%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 204 (80.08% from 255) = 29.35%
R=34.24%
G=36.40%
B=29.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532040.0600.190.0178.3792.4589.61
HexEEFDCC601314e5c5a
Octal35637531460231116134132
Binary1110111011111101110011001100100111100111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDCC; }

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

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

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

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

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

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

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

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