#EFFFC3

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

Shades of Snow Flurry #EFFFC3

Tints of Snow Flurry #EFFFC3

Color information

#EFFFC3 (or 0xEFFFC3) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and C3. RGB value is (239,255,195). Sum of RGB (Red+Green+Blue) = 239+255+195=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 195 (76.56% from 255 or 28.30% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFC3 is #10003C. Grayscale: #F3F3F3. Windows color (decimal): -1048637 or 12845039. OLE color: 12845039.

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

Color convert

RGB239255195-
CMYK0.0600.240
HSL76º100%88.24%-
HSV(B)76º23.53%100%-
XYZ81.2193.8165.46-
YUV243.38100.7124.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 195 (76.56% from 255) = 28.30%
R=34.69%
G=37.01%
B=28.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551950.0600.2407610088.24
HexEFFFC3601804c6458
Octal35737730360300114144130
Binary1110111111111111110000111100110000100110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFC3; }

 p { color: rgb(239,255,195); }

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

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

 a { background-color: rgb(239,255,195); }

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

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

 span { border-color: rgb(239,255,195); }

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