#EFFCD3

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

Shades of Snow Flurry #EFFCD3

Tints of Snow Flurry #EFFCD3

Color information

#EFFCD3 (or 0xEFFCD3) is unknown color: approx Snow Flurry. HEX triplet: EF, FC and D3. RGB value is (239,252,211). Sum of RGB (Red+Green+Blue) = 239+252+211=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 211 (82.81% from 255 or 30.06% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCD3 is #10032C. Grayscale: #F3F3F3. Windows color (decimal): -1049389 or 13892847. OLE color: 13892847.

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

Color convert

RGB239252211-
CMYK0.0500.160.01
HSL79.02º87.23%90.78%-
HSV(B)79.02º16.27%98.82%-
XYZ82.1692.6775.19-
YUV243.44109.69124.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.05%
GREEN value IS 252 (98.83% from 255) = 35.90%
BLUE value IS 211 (82.81% from 255) = 30.06%
R=34.05%
G=35.90%
B=30.06%

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
Decimal2392522110.0500.160.0179.0287.2390.78
HexEFFCD3501014f575b
Octal35737432350201117127133
Binary1110111111111100110100111010100001100111110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCD3; }

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

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

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

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

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

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

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

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