#EFFBC8

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

Shades of Snow Flurry #EFFBC8

Tints of Snow Flurry #EFFBC8

Color information

#EFFBC8 (or 0xEFFBC8) is unknown color: approx Snow Flurry. HEX triplet: EF, FB and C8. RGB value is (239,251,200). Sum of RGB (Red+Green+Blue) = 239+251+200=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 200 (78.52% from 255 or 28.99% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFBC8 is #100437. Grayscale: #F1F1F1. Windows color (decimal): -1049656 or 13171695. OLE color: 13171695.

HSL color Cylindrical-coordinate representation of color #EFFBC8: hue angle of 74.12º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFFBC8 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB239251200-
CMYK0.0500.200.02
HSL74.12º86.44%88.43%-
HSV(B)74.12º20.32%98.43%-
XYZ80.5291.5268.06-
YUV241.6104.52126.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.64%
GREEN value IS 251 (98.44% from 255) = 36.38%
BLUE value IS 200 (78.52% from 255) = 28.99%
R=34.64%
G=36.38%
B=28.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392512000.0500.200.0274.1286.4488.43
HexEFFBC8501424a5658
Octal35737331050242112126130
Binary11101111111110111100100010101010010100101010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFBC8; }

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

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

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

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

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

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

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

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