#EEFDCF

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

Shades of Snow Flurry #EEFDCF

Tints of Snow Flurry #EEFDCF

Color information

#EEFDCF (or 0xEEFDCF) is unknown color: approx Snow Flurry. HEX triplet: EE, FD and CF. RGB value is (238,253,207). Sum of RGB (Red+Green+Blue) = 238+253+207=698 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.10% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDCF is #110230. Grayscale: #F3F3F3. Windows color (decimal): -1114673 or 13630958. OLE color: 13630958.

HSL color Cylindrical-coordinate representation of color #EEFDCF: hue angle of 79.57º 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 #EEFDCF is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB238253207-
CMYK0.0600.180.01
HSL79.57º92%90.2%-
HSV(B)79.57º18.18%99.22%-
XYZ81.6592.9372.67-
YUV243.27107.53124.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.10%
GREEN value IS 253 (99.22% from 255) = 36.25%
BLUE value IS 207 (81.25% from 255) = 29.66%
R=34.10%
G=36.25%
B=29.66%

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
Decimal2382532070.0600.180.0179.579290.2
HexEEFDCF60121505c5a
Octal35637531760221120134132
Binary1110111011111101110011111100100101101000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDCF; }

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

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

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

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

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

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

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

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