#EFFCD4

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

Shades of Snow Flurry #EFFCD4

Tints of Snow Flurry #EFFCD4

Color information

#EFFCD4 (or 0xEFFCD4) is unknown color: approx Snow Flurry. HEX triplet: EF, FC and D4. RGB value is (239,252,212). Sum of RGB (Red+Green+Blue) = 239+252+212=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 212 (83.20% from 255 or 30.16% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCD4 is #10032B. Grayscale: #F3F3F3. Windows color (decimal): -1049388 or 13958383. OLE color: 13958383.

HSL color Cylindrical-coordinate representation of color #EFFCD4: hue angle of 79.5º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFFCD4 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB239252212-
CMYK0.0500.160.01
HSL79.5º86.96%90.98%-
HSV(B)79.5º15.87%98.82%-
XYZ82.2992.7275.85-
YUV243.55110.19124.75-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.00%
GREEN value IS 252 (98.83% from 255) = 35.85%
BLUE value IS 212 (83.20% from 255) = 30.16%
R=34.00%
G=35.85%
B=30.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522120.0500.160.0179.586.9690.98
HexEFFCD45010150575b
Octal35737432450201120127133
Binary1110111111111100110101001010100001101000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCD4; }

 p { color: rgb(239,252,212); }

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

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

 a { background-color: rgb(239,252,212); }

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

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

 span { border-color: rgb(239,252,212); }

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