#EFFDC1

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

Shades of Snow Flurry #EFFDC1

Tints of Snow Flurry #EFFDC1

Color information

#EFFDC1 (or 0xEFFDC1) is unknown color: approx Snow Flurry. HEX triplet: EF, FD and C1. RGB value is (239,253,193). Sum of RGB (Red+Green+Blue) = 239+253+193=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 253 (99.22% from 255 or 36.93% from 685); Blue value is 193 (75.78% from 255 or 28.18% from 685); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFDC1 is #10023E. Grayscale: #F2F2F2. Windows color (decimal): -1049151 or 12713455. OLE color: 12713455.

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

Color convert

RGB239253193-
CMYK0.0600.240.01
HSL74º93.75%87.45%-
HSV(B)74º23.72%99.22%-
XYZ80.3592.4564.06-
YUV241.97100.36125.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 253 (99.22% from 255) = 36.93%
BLUE value IS 193 (75.78% from 255) = 28.18%
R=34.89%
G=36.93%
B=28.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392531930.0600.240.017493.7587.45
HexEFFDC1601814a5e57
Octal35737530160301112136127
Binary1110111111111101110000011100110001100101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFDC1; }

 p { color: rgb(239,253,193); }

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

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

 a { background-color: rgb(239,253,193); }

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

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

 span { border-color: rgb(239,253,193); }

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