#EEFDD0

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

Shades of Snow Flurry #EEFDD0

Tints of Snow Flurry #EEFDD0

Color information

#EEFDD0 (or 0xEEFDD0) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and D0. RGB value is (238,253,208). Sum of RGB (Red+Green+Blue) = 238+253+208=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 253 (99.22% from 255 or 36.19% from 699); Blue value is 208 (81.64% from 255 or 29.76% from 699); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDD0 is #11022F. Grayscale: #F3F3F3. Windows color (decimal): -1114672 or 13696494. OLE color: 13696494.

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

Color convert

RGB238253208-
CMYK0.0600.180.01
HSL80º91.84%90.39%-
HSV(B)80º17.79%99.22%-
XYZ81.7792.9873.31-
YUV243.38108.03124.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 253 (99.22% from 255) = 36.19%
BLUE value IS 208 (81.64% from 255) = 29.76%
R=34.05%
G=36.19%
B=29.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382532080.0600.180.018091.8490.39
HexEEFDD060121505c5a
Octal35637532060221120134132
Binary1110111011111101110100001100100101101000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDD0; }

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

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

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

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

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

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

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

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