#EFFFC0

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

Shades of Snow Flurry #EFFFC0

Tints of Snow Flurry #EFFFC0

Color information

#EFFFC0 (or 0xEFFFC0) is unknown color: approx Snow Flurry. HEX triplet: EF, FF and C0. RGB value is (239,255,192). Sum of RGB (Red+Green+Blue) = 239+255+192=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 192 (75.39% from 255 or 27.99% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFC0 is #10003F. Grayscale: #F3F3F3. Windows color (decimal): -1048640 or 12648431. OLE color: 12648431.

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

Color convert

RGB239255192-
CMYK0.0600.250
HSL75.24º100%87.65%-
HSV(B)75.24º24.71%100%-
XYZ80.8793.6863.69-
YUV243.0399.2125.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 192 (75.39% from 255) = 27.99%
R=34.84%
G=37.17%
B=27.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2392551920.0600.25075.2410087.65
HexEFFFC0601904b6458
Octal35737730060310113144130
Binary1110111111111111110000001100110010100101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFFC0; }

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

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

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

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

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

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

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

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