#EFFCC8

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

Shades of Snow Flurry #EFFCC8

Tints of Snow Flurry #EFFCC8

Color information

#EFFCC8 (or 0xEFFCC8) is unknown color: approx Snow Flurry. HEX triplet: EF, FC and C8. RGB value is (239,252,200). Sum of RGB (Red+Green+Blue) = 239+252+200=691 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.59% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 200 (78.52% from 255 or 28.94% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCC8 is #100337. Grayscale: #F2F2F2. Windows color (decimal): -1049400 or 13171951. OLE color: 13171951.

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

Color convert

RGB239252200-
CMYK0.0500.210.01
HSL75º89.66%88.63%-
HSV(B)75º20.63%98.82%-
XYZ80.8392.1468.17-
YUV242.18104.19125.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.59%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 200 (78.52% from 255) = 28.94%
R=34.59%
G=36.47%
B=28.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392522000.0500.210.017589.6688.63
HexEFFCC8501514b5a59
Octal35737431050251113132131
Binary1110111111111100110010001010101011100101110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCC8; }

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

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

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

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

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

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

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

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